Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Retrieving Names of Worksheets

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default Retrieving Names of Worksheets

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Retrieving stored names of drop down lists MZ New Users to Excel 1 December 13th 09 02:41 PM
Retrieving a specific cell from multiple worksheets TheShaolin Excel Worksheet Functions 5 June 9th 06 08:31 PM
Retrieving list of worksheets programmatically Scott Bass Excel Programming 3 July 2nd 05 01:36 PM
Retrieving the sheet names of another workbook Aidy[_2_] Excel Programming 1 June 25th 04 07:29 PM
retrieving table names from Excel and Access sources using ADO masayoshi hayashi Excel Programming 3 December 10th 03 09:35 AM


All times are GMT +1. The time now is 08:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"