Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default Response to "Can I get a list of names of all the tabs..."

Couldn't reply, so posting as new!

Write a Function, in VBA like:
Function tabName(idx As Integer) As String
tabName = Sheets(idx).Name
End Function
(Alt/F11; then Insert/Module. then put in the above).
In the worksheet, enter
=TABNAME(ROW(A1))
and fill down for as many sheets as there are.
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
Creating list of names from specific value Wayne4js Excel Discussion (Misc queries) 1 December 14th 06 06:55 AM
create a random list of names from a list of names in EXCEL Givvie Excel Worksheet Functions 2 October 23rd 06 05:10 AM
auto updating list Larry Excel Worksheet Functions 8 July 27th 06 01:59 PM
How to make a chart from a list of names? Chris Charts and Charting in Excel 2 December 19th 05 11:34 PM
Excel Spreadsheet from Access. List of names changes as names are Gordy w/Hi Expectations Excel Discussion (Misc queries) 1 October 21st 05 03:30 AM


All times are GMT +1. The time now is 05:40 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"