Pointer displays Hourglass?

E

Excelerate-nl

Dear Excel experts,

I have a hourglass displayed as pointer after the following events:

Double clicking a textbox of a Userform(1) opens a new Userform(2). When I
close Userform(2) the focus goes back to the textbox of Userform(1) (as
required), but the mouse pointer is displayed as an hourglass. The pointer
returns to normal properties only after clicking in the textbox.

How can I prevent the display of the hourglass??

Regards,

Jan Bart
 
H

Henrich

Hi, try in the Form1 in Private Sub UserForm_initialize() change your mous
pointer as you wish like this:

Private Sub UserForm_initialize()
' your code here
End Sub

Henrich

„Excelerate-nl" napísal (napísala):
 

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