![]() |
inserting worksheets..!
hi!
is there any way to insert any number of worksheets i wish at different times..?! -via135 |
inserting worksheets..!
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 |
All times are GMT +1. The time now is 01:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com