Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro that unhides sheet tabs | Excel Discussion (Misc queries) | |||
Macro to name sheet tabs | Excel Discussion (Misc queries) | |||
How can I find/unhide hidden excel sheet tabs on a worksheet? | Excel Worksheet Functions | |||
is there anyway in an excel macro to reorder the sheet tabs from left to right? | Excel Worksheet Functions | |||
macro to make different tabs in a same sheet | Excel Programming |