Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to copy the same worksheet 30 times in one workbook. Is that possible
without doing the copy worksheet 30 times? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
copy once, group the two, copy them, group the 4, copy
them.................. MJ wrote: I want to copy the same worksheet 30 times in one workbook. Is that possible without doing the copy worksheet 30 times? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi MJ,
If you need the function very frequently, you may use the following code Sub MacroCopyWS() Answer = InputBox("How many worksheets you want to duplicate?", "Copy worksheet", 30) For i = 1 To Answer ActiveSheet.Copy Befo=Sheets(1) Next i End Sub "Bob I" wrote: copy once, group the two, copy them, group the 4, copy them.................. MJ wrote: I want to copy the same worksheet 30 times in one workbook. Is that possible without doing the copy worksheet 30 times? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i copy a cell in worksheets 10 to the other 9 worksheets | New Users to Excel | |||
Copy Worksheets | Excel Worksheet Functions | |||
copy between worksheets does not copy formulae just values | Excel Discussion (Misc queries) | |||
Copy between worksheets... | Excel Worksheet Functions | |||
How to copy worksheets | Excel Worksheet Functions |