V Val Registered User. Local time Today, 15:46 Joined Nov 5, 1999 Messages 30 Mar 14, 2001 #1 How can I create some sort of a timer to show how long a macro has been running? Thanks in Advance
L llkhoutx Registered User. Local time Today, 14:46 Joined Feb 26, 2001 Messages 4,013 Mar 14, 2001 #2 Keep Now() before the macro is run and also after, then the former from the latter.
V Val Registered User. Local time Today, 15:46 Joined Nov 5, 1999 Messages 30 Mar 14, 2001 #3 That will show me the total time after it is completed, but is there a way to show the elapsed time as the macro is running?
That will show me the total time after it is completed, but is there a way to show the elapsed time as the macro is running?