D
Dennis W. Bulgrien
For a macro that contains a sequence of time-intensive queries, does anybody
have a slick way of displaying the progress of it? I'd like to know which step
of the Macro its working on. MsgBox isn't acceptable because it requires
intervention to continue. I'd like a non-modal message box that I could print
messages to. Using Echo Off one can print a message in the status bar but one
must watch the bar carefully so as not to miss it between the query progress
bars.
have a slick way of displaying the progress of it? I'd like to know which step
of the Macro its working on. MsgBox isn't acceptable because it requires
intervention to continue. I'd like a non-modal message box that I could print
messages to. Using Echo Off one can print a message in the status bar but one
must watch the bar carefully so as not to miss it between the query progress
bars.