Thread: Sheet Names
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Binzelli[_10_] Binzelli[_10_] is offline
external usenet poster
 
Posts: 14
Default Sheet Names

Nigel,

Try:

Activesheet.name = Range("C2").Text

Good luck


"Nigel Bennett" wrote in message
...
I want to Name a sheet programatically when it becomes
active, I have the sheet name in Cell C2 and want to
rename the sheet using that name

Thanks

Nigel