Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
marko
 
Posts: n/a
Default Copy a sheet more than one time

Hi again!
Is there a way to make more than one copy of a sheet? Lets say that i
would like to copy my sheet 12 times, how can i do that?
Thanks again.

Marko

  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
Ken Johnson
 
Posts: n/a
Default Copy a sheet more than one time

Hi marko,
1.copy gives 2 sheets.
2.Select original and copy (click original's tabpress shift while you
click copied sheet's tab)
3.copy again gives 4 sheets.
4. Select original and the three copies as before
5.copy again gives 8 sheets
etc etc for 16,32, 64....

Ken Johnson

  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Copy a sheet more than one time

Marko

Sub SheetCopy22()
Dim i As Long
Application.ScreenUpdating = False
howmany = InputBox("Copy Active Sheet How Many Times?")
For i = 1 To howmany
ActiveSheet.Copy Befo=Sheets(1)
Next i
Application.ScreenUpdating = True
End Sub


Gord Dibben Excel MVP

On 10 Dec 2005 14:07:14 -0800, "marko" wrote:

Hi again!
Is there a way to make more than one copy of a sheet? Lets say that i
would like to copy my sheet 12 times, how can i do that?
Thanks again.

Marko

  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
marko
 
Posts: n/a
Default Copy a sheet more than one time

Thanks! Great code! It works brilliant!

Marko

  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
marko
 
Posts: n/a
Default Copy a sheet more than one time

Thanks!

Marko

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
Time Sheet frustrations Meelikki Excel Worksheet Functions 8 November 8th 05 11:54 PM
Move or copy sheet causing the creation of an htm file drlogarithm Excel Discussion (Misc queries) 0 November 7th 05 04:59 PM
time sheet Jesse_Norris Excel Discussion (Misc queries) 4 September 8th 05 04:43 AM
Time stamp in Excel Sheet John M Excel Discussion (Misc queries) 3 June 28th 05 02:05 PM
Copy 1 Sheet to Another Dar Excel Worksheet Functions 3 June 6th 05 10:52 PM


All times are GMT +1. The time now is 02:05 PM.

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

About Us

"It's about Microsoft Excel"