Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have integrated following code teken from
http://groups.google.co.uk/group/mic...9efbd555e9483a Sub Test() Dim i As Integer Application.ScreenUpdating = False For i = 1 To 100 Sheets("Master").Copy After:=Sheets(Sheets.Count) Sheets("Master (2)").Name = Format(i, "0000") Next i Application.ScreenUpdating = True End Sub But when coopying Master sheet I got error at 55th copy. "Runtime error '1004', Copy method of worksheet class failed" Problem is allready described here http://groups.google.com/group/micro...7e7df0dd64bfa1 Does anyone has a sollution as I have to copy Master sheet 500 times. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy sheet to different workbook sizing error message | Excel Discussion (Misc queries) | |||
Sheet copy limit | Excel Discussion (Misc queries) | |||
Move/Copy sheet to another workbook error | Excel Discussion (Misc queries) | |||
copy sheet error message | New Users to Excel | |||
Copy Sheet Limit | Excel Programming |