Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Macro to find name of sheet tabs

I'm not quite sure what you're looking for, but something like
the following may get you started:

Dim WS As Worksheet
For Each WS In Worksheets
MsgBox WS.Name
Next WS


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Ben" wrote in message
...
Hello. I have about 16 tabs, all with very different names for

the same type
of data. I need a way to be able to automatically get the

names of all the
tabs so i can pull the need info out easily. Any ideas? is

there a generic
term that will work?

Thanks Ben



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
Macro that unhides sheet tabs Sunnyskies Excel Discussion (Misc queries) 4 June 14th 08 07:49 PM
Macro to name sheet tabs Bill_S Excel Discussion (Misc queries) 4 April 10th 08 03:45 PM
How can I find/unhide hidden excel sheet tabs on a worksheet? magician Excel Worksheet Functions 1 May 2nd 06 11:13 AM
is there anyway in an excel macro to reorder the sheet tabs from left to right? Daniel Excel Worksheet Functions 2 June 23rd 05 07:34 PM
macro to make different tabs in a same sheet vikram Excel Programming 2 May 4th 04 12:20 PM


All times are GMT +1. The time now is 11:43 AM.

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"