Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That did it! Can't thank you all enough for your knowledge!!
Have a great day! -- Veronica. "Herbert Seidenberg" wrote: Try Sub NameShToday() Dim td As Date Dim d As Long Dim e As Long Dim m As String Dim y As Long td = Date d = Day(td) e = Month(td) m = MonthName(e, 1) y = Year(td) Sheets("Sheet1").Name = _ m & "-" & d & "-" & y End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Excel automatically insert current date in a cell? | Excel Worksheet Functions | |||
Insert Current Date when cell is empty?? | Excel Worksheet Functions | |||
How can I check a cell for current date and insert it if blank? | New Users to Excel | |||
Any quick key to insert current Date and Time? | Excel Discussion (Misc queries) | |||
How to insert a current date | Excel Discussion (Misc queries) |