#1   Report Post  
Posted to microsoft.public.excel.misc
mj mj is offline
external usenet poster
 
Posts: 78
Default Copy worksheets

I want to copy the same worksheet 30 times in one workbook. Is that possible
without doing the copy worksheet 30 times?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Copy worksheets

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Copy worksheets

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i copy a cell in worksheets 10 to the other 9 worksheets bete New Users to Excel 3 March 15th 07 10:41 AM
Copy Worksheets adams77 Excel Worksheet Functions 0 June 13th 06 03:32 PM
copy between worksheets does not copy formulae just values Chris@1000 Oaks Excel Discussion (Misc queries) 0 March 19th 06 11:44 AM
Copy between worksheets... Leonhardtk Excel Worksheet Functions 1 January 23rd 06 04:54 PM
How to copy worksheets STS Excel Worksheet Functions 0 October 2nd 05 09:19 PM


All times are GMT +1. The time now is 09:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"