H
HamishM
Hi,
I am using the following code to split one workbook with multipl
worksheets into - many workbooks.
Sub SplitSheets()
Dim W As Worksheet
For Each W In Worksheets
W.SaveAs ActiveWorkbook.Path & "/" & W.Name
Next W
End Sub
The problem i have is this takes several minutes to run and it doesn'
actually work - it replicates the original.
Could i ask for some help optimising the code please!
thanks,
Hamis
I am using the following code to split one workbook with multipl
worksheets into - many workbooks.
Sub SplitSheets()
Dim W As Worksheet
For Each W In Worksheets
W.SaveAs ActiveWorkbook.Path & "/" & W.Name
Next W
End Sub
The problem i have is this takes several minutes to run and it doesn'
actually work - it replicates the original.
Could i ask for some help optimising the code please!
thanks,
Hamis