ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to Creat multiple copies of sheet (https://www.excelbanter.com/excel-discussion-misc-queries/78652-how-creat-multiple-copies-sheet.html)

Venkatesh V

How to Creat multiple copies of sheet
 
HI,
How to Create multiple copies of sheet, at one go.

We have an option "Move or Copy". With this we can copy a sheet only once.

But, how to create multiple copies of sheet (at one-shot)

Thanks & Rgds,
Venkat

Don Guillett

How to Creat multiple copies of sheet
 
try this
Sub CopySheetMultiple()
For i = 1 To InputBox("how many sheets")
Sheets("yoursheetname").Copy After:=ActiveSheet
Next i
End Sub


--
Don Guillett
SalesAid Software

"Venkatesh V" wrote in message
...
HI,
How to Create multiple copies of sheet, at one go.

We have an option "Move or Copy". With this we can copy a sheet only once.

But, how to create multiple copies of sheet (at one-shot)

Thanks & Rgds,
Venkat





All times are GMT +1. The time now is 08:56 PM.

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