D
Doug Tumeo
I have a small bit of code that allows the user to pick a shape, then click a
command bar button once the shape is selected. Due to the need for response
while the user works in the interface, this needs to happen with the code
still running, so I use a Do/While loop with a DoEvents inside it.
Under this scenario, the user interface presents an hourglass for the mouse
pointer. Is there any way to return it to the pointer (or better yet, a hand)
while the code is still running? If yes, how?
Thanks in advance!
command bar button once the shape is selected. Due to the need for response
while the user works in the interface, this needs to happen with the code
still running, so I use a Do/While loop with a DoEvents inside it.
Under this scenario, the user interface presents an hourglass for the mouse
pointer. Is there any way to return it to the pointer (or better yet, a hand)
while the code is still running? If yes, how?
Thanks in advance!