Change cursor to hourglass

S

suputnic

How can I do this in VBA?

System.Cursor = wdCursorWait

only works on a timer loop which sucks. I want to change to hourglass
then change back when I say.
 
E

epsobolik

I thought you did that at the beginning of the code where you wanted the
cursor to be an hourglass and then add:

System.Cursor = wdCursorNormal

where you want the cursor to return to normal
 

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