Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try the below
Sub Macro1() intCount = 5 For intTemp = 1 To intCount Sheets("asd a").Copy After:=Sheets("asd a") Next End Sub If this post helps click Yes --------------- Jacob Skaria "Jerry" wrote: How can I copy a worksheets a number of times. User input as to the number of worksheets to be created and copy sheet1 that number of times. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying worksheets | Excel Discussion (Misc queries) | |||
Copying Full Workbooks | Excel Discussion (Misc queries) | |||
how to auto populate full worksheets | New Users to Excel | |||
Copying worksheets in VBA | Excel Programming | |||
Copying Worksheets | Excel Programming |