Track Each Time Macro is Played

N

nishachoksi

Hello,

The macro I have created needs to be logged. I need to know how to
track the date and time the macro was run.
 
S

Special-K

Why not change the macro so the first thing it does is append NOW(), th
time the macro is run, to a file? Then when you edit/browse the file i
list each time the macro was run
 
Top