J
Jim Parker
I have created a fairly simple macro that will take quite a long time to
run. What I'd like to do is present something on the order of a progress
bar so that the user has some warm fuzzy that the macro isn't simply
hung. Is there a way to do this in VBA for a Word document (Word 97+)?
This progress bar would not necessarily have to be a grahic. It could be
text. Something like "Working on item x of 20 items" where the macro
updates x as it loops through the items.
I don't want to use MsgBox because that requires user to respond.
Thanks
Jim
run. What I'd like to do is present something on the order of a progress
bar so that the user has some warm fuzzy that the macro isn't simply
hung. Is there a way to do this in VBA for a Word document (Word 97+)?
This progress bar would not necessarily have to be a grahic. It could be
text. Something like "Working on item x of 20 items" where the macro
updates x as it loops through the items.
I don't want to use MsgBox because that requires user to respond.
Thanks
Jim