View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default How to use macro to rename worksheet with date +"text"

Always advisable for using dates in the format yyyy mm for sorting purposes.

--
HTH

-------

Bob Phillips
"Sherri" wrote in message
...
hi Frank,

I tweaked to

ActiveSheet.Name = Format(Date, "mm-dd-yy") & "-HD"

and it does what I wanted!

Thanks for the help!

Sherri