Timing your macro

I rather fancy having a popup message box at the end of my macro that shows how long it took to run. What is the best way of doing this?

Thanks,

Jon

See Can we time a Macro’s execution duration?

Use a Display Text action to display the time (either briefly (ie, via a notification), in a window, or in Large Text).

Thanks Peter, that worked beautifully. Is there a trim or int command to strip off the decimals?

Edit: Found the ROUND() function. :smile:

1 Like