Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Is there a way to log the date time a macro was run? For example, i have a button that fires off a macro, the user selects when to hit the button, but the choice to hit it may be based on how much time has elapsed since it was last hit. If i could put a date / time in an adjacent cell to the button, users could make a more informed choice. Any help gratefully recieved. If you need more info, please do not hesitate to contact me cheers jb |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Within the macro include something like:
Range("A1").Value = Now() pick any cell in place of A1 -- Gary''s Student "JB2010" wrote: Hi Is there a way to log the date time a macro was run? For example, i have a button that fires off a macro, the user selects when to hit the button, but the choice to hit it may be based on how much time has elapsed since it was last hit. If i could put a date / time in an adjacent cell to the button, users could make a more informed choice. Any help gratefully recieved. If you need more info, please do not hesitate to contact me cheers jb |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting text format of time/date into Excel time/date for subtr | Excel Worksheet Functions | |||
add + suppress command buttons in execution time | Excel Programming | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions | |||
Macro execution time | Excel Programming | |||
Date controlled function execution | Excel Worksheet Functions |