Thread
:
Reading tabs names
View Single Post
#
1
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Reading tabs names
not clear how you want this but
for each ws in worksheets
msgbox ws.name
next ws
--
Don Guillett
SalesAid Software
"smaruzzi" wrote in message
...
Is there a way to go thru the list of tabs, and read their names from
within
a cell?
Is there a function to do that?
Thanks, Stefano
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett