View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
OZDOC1050[_3_] OZDOC1050[_3_] is offline
external usenet poster
 
Posts: 16
Default how do I get the tab name into a cell

Sub TABNAME()
ActiveCell.Value = ActiveSheet.Name
End Sub

Hope this is what ur after
r
Pete

--
(][ This Email has been scanned by Norton AntiVirus. ][)
"dfrosticle" wrote in message
...
I have tried using the following but there must be a better and easier way
to
get the &[Tab] name into a cell of a sheet. Any ideas anyone ??