Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi SteveDB1,
There are a number of topics on this website if you do a search for "count specific sheets" However if ALL your sheets are numbered 1,2 ,3 4, etc then your next sheet will be Sheet.Count + 1 if you do the count before creating the new sheet, or simply Sheet.Count if after. If you have other types of sheet names you might want to set up a 'counter & loop thru all the sheets testing to see if the name = integer (you will have to convert the name to an integer as sheet names are strings) Hope this helps. Repost if you get suck Regards Michael. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create new records from existing ones based on 'rule'? | Excel Worksheet Functions | |||
Create named ranges in Column on worksheet | Excel Programming | |||
Macro to create a new worksheet that is a copy of an existing one? | Excel Programming | |||
Create Worksheet From Values in Existing Cells Using Existing Worksheet as Template. | Excel Programming | |||
Dynamically create worksheets in Excel based off existing data? | Excel Discussion (Misc queries) |