View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sherri[_3_] Sherri[_3_] is offline
external usenet poster
 
Posts: 4
Default How to use macro to rename worksheet with date +"text"

What context must I use to rename a worksheet tab with the the current date

I have success with naming it in a macro with text using
ActiveSheet.Selec
ActiveSheet.Name = "HD

I would like tab to be named "Date-HD" but the TODAY() function doesn't work.....

Thanks for your input