ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   1 SHEET into 100 sheet Workbook. (https://www.excelbanter.com/excel-discussion-misc-queries/112618-1-sheet-into-100-sheet-workbook.html)

Steve

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

Gord Dibben

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?



Rookie 1st class

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?




Rookie 1st class

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?


Steve

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?




Gord Dibben

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?






All times are GMT +1. The time now is 06:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com