View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default 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