Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do i use a maco to date a doc with today's date, which
will not be updated in the future, unless the macoo is run agaain? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sub setdate
range("a1")=date end sub -- Don Guillett SalesAid Software "james" wrote in message ... how do i use a maco to date a doc with today's date, which will not be updated in the future, unless the macoo is run agaain? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- how do i use a maco to date a doc with today's date, which will not be updated in the future, unless the macoo is run agaain? . Macro to Run: sub toto() Range("A1") = Date Range("A2") = Time end sub |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub InsertDate
Range("A1") = Format(Date,"dd mmm yyyy") End Sub -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "james" wrote in message ... how do i use a maco to date a doc with today's date, which will not be updated in the future, unless the macoo is run agaain? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Insert Current Date into cell - Macro to "Save As" | Excel Worksheet Functions | |||
Date Macro | Excel Discussion (Misc queries) | |||
2 different ?'s: Date? Macro? | Excel Worksheet Functions | |||
Date macro | Excel Discussion (Misc queries) | |||
A macro for the today's date...not the current date | Excel Programming |