Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi!
is there any way to insert any number of worksheets i wish at different times..?! -via135 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this macro
Sub insert_sheet() inrtsh = InputBox("Enter numbers to insert sheets") For i = 1 To inrtsh Sheets.Add ActiveSheet.Name = i Next End Sub "via135" wrote: hi! is there any way to insert any number of worksheets i wish at different times..?! -via135 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inserting worksheets | Excel Worksheet Functions | |||
Inserting Worksheets | Excel Worksheet Functions | |||
Inserting pictures into worksheets | Excel Discussion (Misc queries) | |||
Inserting Worksheets | Excel Worksheet Functions | |||
inserting 12 worksheets at once | Excel Discussion (Misc queries) |