A better Application.OnTime ... run your VBA code to the nearest millisecond (ish)
Application.OnTime is great if you want to call your procedure to the nearest second. What do you do if you want finer control than that?
A better Application.OnTime ... run your VBA code to the nearest millisecond (ish)
Make a UserForm transparent
Hide a UserForm's title bar
Working with a UserForm's close button (the 'X' button)
Add an icon to a UserForm's title bar
Pause processing
Get the local date and time including milliseconds