Hi - I run a simple sort macro ending with a message box showing the confirmation message "Sorted A-Z" displayed for a second, i.e.:
CreateObject("WScript.Shell").Popup "Sorted A-Z.", 1, "This closes itself in a second"
Can I get a duration less than a second at all? I really only want the message box displayed for a very short (0.5 sec) duration - simply a confirmation message is req'd. One second at times seems quite long.
Tks
Bookmarks