Thread: naming sheets
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default naming sheets



Worksheets(1).Name = Format$(Date, "mmddyy")
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"jhyatt" wrote in message
is there a way to name sheets with a date using a macro?