View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Henrich Henrich is offline
external usenet poster
 
Posts: 53
Default Pointer displays Hourglass?

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):

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