Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have need to retrieve the names of some worksheets to populate a list of
data. Any help in doing this would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim i as integer
for i = 1 to activeworkbook.sheets.count step 1 msgbox sheets(i).name next i "Brad Sumner" wrote: I have need to retrieve the names of some worksheets to populate a list of data. Any help in doing this would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieving stored names of drop down lists | New Users to Excel | |||
Retrieving a specific cell from multiple worksheets | Excel Worksheet Functions | |||
Retrieving list of worksheets programmatically | Excel Programming | |||
Retrieving the sheet names of another workbook | Excel Programming | |||
retrieving table names from Excel and Access sources using ADO | Excel Programming |