Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Does anyone know the vba code for changing a tab to the current date? I have the code to create a string that is the current date, and have applied that to other things, such as a new file name. I can't seem to find how to apply that as a tab name. Thanks. -- TurboBeagle ------------------------------------------------------------------------ TurboBeagle's Profile: http://www.excelforum.com/member.php...o&userid=23415 View this thread: http://www.excelforum.com/showthread...hreadid=384694 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.name = format(date,"yyyy_mm_dd")
is one way. Remember that worksheet names can't include the slash character. TurboBeagle wrote: Does anyone know the vba code for changing a tab to the current date? I have the code to create a string that is the current date, and have applied that to other things, such as a new file name. I can't seem to find how to apply that as a tab name. Thanks. -- TurboBeagle ------------------------------------------------------------------------ TurboBeagle's Profile: http://www.excelforum.com/member.php...o&userid=23415 View this thread: http://www.excelforum.com/showthread...hreadid=384694 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change a specific code to generic in VB macro | Excel Discussion (Misc queries) | |||
how do i change or make this macro??? pictures and code included | Charts and Charting in Excel | |||
Macro to change Macro code? | Excel Programming | |||
Can You Change A CommandButton Code Using A Macro? | Excel Programming | |||
make macro change (delete) its own code | Excel Programming |