You can put text in the StatusBar. Or display a UserForm with a progressbar
(or whatever you like) on it.
StatusBar works for the most part. During first phase of macro, it works
great. During second phase, Word is overwriting the StatusBar itself so
quickly that I can't see what my macro is putting there. But then during
the second phase the document is scrolling down so the user can judge by
that that the macro is making progress.
If I want to get more elegant than that I'll just have to break down and
get a book on VBA and learn about UserForms:-)
Thanks
Jim
> You can put text in the StatusBar. Or display a UserForm with a progressbar
> (or whatever you like) on it.
[quoted text clipped - 12 lines]
>>Thanks
>>Jim
Jezebel - 21 Feb 2005 04:38 GMT
UserForms have the additional advantage that you can provide the ability to
interrupt the macro while it's running (which might or might not be a good
thing ...)
> StatusBar works for the most part. During first phase of macro, it works
> great. During second phase, Word is overwriting the StatusBar itself so
[quoted text clipped - 24 lines]
>>>Thanks
>>>Jim