Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you return the number of a sheet in the sheets collection. I can
return the total number of sheets as in: Sheets.Count But I want the Sheet number. Please help. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
You have multiple responses at your previous post. --- Regards, Norman "Sheets number position" wrote in message ... How do you return the number of a sheet in the sheets collection. I can return the total number of sheets as in: Sheets.Count But I want the Sheet number. Please help. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the Index property of a worksheet to get its position. E.g.,
Debug.Print Worksheets("Sheet3").Index -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Sheets number position" wrote in message ... How do you return the number of a sheet in the sheets collection. I can return the total number of sheets as in: Sheets.Count But I want the Sheet number. Please help. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Position of first number in array greater than a given number | Excel Worksheet Functions | |||
Excel spred shet | Excel Worksheet Functions | |||
I need to convert a number to text but I need it to be 5 position | Excel Worksheet Functions | |||
Protected work shet | Excel Discussion (Misc queries) | |||
Unprotect shet, Password missed! | Excel Programming |