Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default 1 SHEET into 100 sheet Workbook.

Is there a quick way to copy 1 sheet into a 100 sheet workbook?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default 1 SHEET into 100 sheet Workbook.

Copy from where?


Gord Dibben MS Excel MVP

On Tue, 3 Oct 2006 08:47:02 -0700, STEVE
wrote:

Is there a quick way to copy 1 sheet into a 100 sheet workbook?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default 1 SHEET into 100 sheet Workbook.

€śInsert€ť €śWorksheet€ť On the Standard toolbar.

"Gord Dibben" wrote:

Copy from where?


Gord Dibben MS Excel MVP

On Tue, 3 Oct 2006 08:47:02 -0700, STEVE
wrote:

Is there a quick way to copy 1 sheet into a 100 sheet workbook?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default 1 SHEET into 100 sheet Workbook.

1. €śTools€ť €śOptions€ť on the €śView tab€ť click €śSheet tabs€ť.
2. Right click the Tab (at bottom of sheet) you want to copy.
3. Select move or copy (you can even choose where to place the copied sheet).
4. Rename the new sheet.
Lou

"STEVE" wrote:

Is there a quick way to copy 1 sheet into a 100 sheet workbook?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default 1 SHEET into 100 sheet Workbook.

Duplicate 1 sheet in workbook "A" to 100 sheets in workbook "A".
A QUICK way!!! (not answers below since that is very slow and manual)
"Gord Dibben" wrote:

Copy from where?


Gord Dibben MS Excel MVP

On Tue, 3 Oct 2006 08:47:02 -0700, STEVE
wrote:

Is there a quick way to copy 1 sheet into a 100 sheet workbook?





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default 1 SHEET into 100 sheet Workbook.

Sub SheetCopy22()
Dim i As Long
Application.ScreenUpdating = False
For i = 1 To 100
ActiveSheet.Copy Befo=Sheets(1)
Next i
Application.ScreenUpdating = True
End Sub


Gord

On Wed, 4 Oct 2006 05:15:02 -0700, STEVE
wrote:

Duplicate 1 sheet in workbook "A" to 100 sheets in workbook "A".
A QUICK way!!! (not answers below since that is very slow and manual)
"Gord Dibben" wrote:

Copy from where?


Gord Dibben MS Excel MVP

On Tue, 3 Oct 2006 08:47:02 -0700, STEVE
wrote:

Is there a quick way to copy 1 sheet into a 100 sheet workbook?




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
worksheet to worksheet . . . Wayne Knazek Excel Worksheet Functions 5 September 27th 06 06:57 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Table of Contents Sheet in Workbook Solusvir Links and Linking in Excel 1 August 31st 06 09:47 AM
Search open sheets in workbook and insert into open sheet punx77 Excel Discussion (Misc queries) 0 March 6th 06 05:07 PM
Does excel recognise names rather than cells? Sue Excel Worksheet Functions 9 May 22nd 05 04:51 AM


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

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"