This is a great help, however, using this to split multiple sheets of excel workbook to separate Excel files fails to carry through the merged cells from the original worksheet. A real problem if you have many worksheets to split.
I have 180 branches information in a single tab. Now I want to create 180 different excel files in a folder for an each branch. Could u help me out pls?
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much
Dear, variable is not declare here for xWs. Need declare ...Dim xWs As Worksheet ..so correct code may.. Sub Splitbook() 'UpdatedbyTechtoday Dim xPath As String Dim xWs As Worksheet xPath = Application.ActiveWorkbook.Path Application.ScreenUpdating = False Application.DisplayAlerts = False For Each xWs In ThisWorkbook.Sheets xWs.Copy Application.ActiveWorkbook.SaveAs Filename:=xPath & "\" & xWs.Name & ".xlsx" Application.ActiveWorkbook.Close False Next Application.DisplayAlerts = True Application.ScreenUpdating = True End Sub
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much 2
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much 2
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much 2
It helped me to split 109 sheets given by client. Thank you! ❤
I had a workbook with 20 sheets - your solution was magical
And did this magic with 21 sheets
Thank you this is a fast and simple solution. Very helpful, much appreciated.
Thank you a lot for this useful information!
thank you so much, i saw many videos on thhsi that had me downloading some sketchy shit, this is striaght and to the point. Thanks
God bless this person. I had so many sheets ;_; Thank you!!!!
Thank you so much for this video, I have stressed myself a lot when wanting to split it
Error in ws.copy
Thanq Techtoday. It was such a help today. Indebted 🙏
thank u, useful video and code
I have some doubt ..whether VBA work with libre office instead of Excel
Hey I am not able to do it in Macbook, could you please tell me how I can do it its showing 1004 Error
Good jooooob... very helpfull brother...
Where I get the command
Thank you! Now I just need to filter on to seperate sheets first and maintain formatting! Great Video!!!
its not working on my laptop because i have brightness button on F11 button so what should i do?
From where do I get that text file to cpy this vba
thanks this was super helpful
How you paste the VBA command ..please explain this
Thank bro magic trick. From odisha
Thank you. It helped.
Nice dear.. Thank you
Thank you so much for the instructions! It works great!!
Hi plz tell how to master xl with basics
How to do exact opposite of it?
thank you sir you super helpful
This is a great help, however, using this to split multiple sheets of excel workbook to separate Excel files fails to carry through the merged cells from the original worksheet. A real problem if you have many worksheets to split.
Right sir same problem i fsce
where can I find VBA CODE?
Thnx Buddy , it does work.
very very helpful thanks boss
VBA stopped working when Sheet names with space and special characters , could you please help
I have 180 branches information in a single tab. Now I want to create 180 different excel files in a folder for an each branch. Could u help me out pls?
it is the best one, I've subscribe in your great channel
How can i get VBA file
Thank you helped a lot!!
thanks a lot, its helps me very well
superb sir thank you for the great information
Meri sheets un marged ho hai after useing this formula please help me out
HOW I WILL GET VISUAL BASIC APPLICATION (VBA)
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much
Will come back 👍
code should be copidable , here in description its not happening
Thank you sir 🙏
Thanks brother.
Life saver,.... thank youuuuu
thank you very much
its really helping me, thankyou
How to find code
Dear, variable is not declare here for xWs. Need declare ...Dim xWs As Worksheet ..so correct code may..
Sub Splitbook()
'UpdatedbyTechtoday
Dim xPath As String
Dim xWs As Worksheet
xPath = Application.ActiveWorkbook.Path
Application.ScreenUpdating = False
Application.DisplayAlerts = False
For Each xWs In ThisWorkbook.Sheets
xWs.Copy
Application.ActiveWorkbook.SaveAs Filename:=xPath & "\" & xWs.Name & ".xlsx"
Application.ActiveWorkbook.Close False
Next
Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub
Hi, it's still not working :( The macro name is blank
Thank you😍😍
i cant split sheet that gebarated from pivot table?anybody has a solution?
Thank you so much....
Thank you very much buddy
Thank you Sir , How to split Just per number of lines? 300 ,400 500 etc...
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much
2
Superrrrrrrrr
Thanks sir
thats a greate answer...thank you
Please help, why not working on mac?
same here, throwing runtime error
Share the code
Thanks
Legend
Vba code plzz
You are explaing is too fast. It should be slow.
Ws
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much
2
Thanks
Thank you so much
Help : how. To get two sheet in one work book eg ; maths and science in one work book and send it to one teacher via mail. Please make a video on this channel please thank you so much
2