Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I programmically name a sheet by today's date? I have a user that
has to process daily incoming spreadsheet and she attaches to a monthly sheets and I thought it would be easier for her if she had a macro to run the sheet name change. Thanks! Annette |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.name = Format(Date,"dd")
demo'd from the immediate window: activesheet.name = Format(Date,"dd") ? activesheet.name 02 -- Regards, Tom Ogilvy "Annette" wrote in message ... How can I programmically name a sheet by today's date? I have a user that has to process daily incoming spreadsheet and she attaches to a monthly sheets and I thought it would be easier for her if she had a macro to run the sheet name change. Thanks! Annette |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting for cell date to equal today's date | Excel Worksheet Functions | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
How to use Today's date in a cell and make it stay the same date | Excel Discussion (Misc queries) | |||
how to create a new sheet with today's date | Excel Discussion (Misc queries) | |||
Count number of cells with date <today's date | New Users to Excel |