I have a lot of large, long running macros and needed something to notify me when it was done. Here's a nice feature I came across while looking for something to play a sound when a macro is finished or has a problem and this is even cooler although it'll eventually probably get on my nerves.
The object can be a string, variable or concatenated strings, numbers, etc. It works really well to verbalize performance status, error counts and completion messages.
Now, if I can just get it to quit saying "I'm afraid I can't do that, Dave..."
Code:
Application.Speech.Speak ("Type what ever you want the macro to say here.")
Now, if I can just get it to quit saying "I'm afraid I can't do that, Dave..."