Visual Indicator that macro is running?

S

Steve

I would like for a user of one of my forms be able to have some
indication that a macro is or is not running. There is a custom
toolbar that has the macro button on it. Any way to make the
button's appearance change when the macro runs. Or any other
ideas of how a user can quickly ascertain the status of a macro?

TIA - Steve
 
D

Dave Lett

Hi Steve

Maybe you could use something like the following

System.Cursor = wdCursorWai
''' your routin
System.Cursor = wdCursorNorma

HTH,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top