Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I change the mousepointer to an hourglass? 1

Status
Not open for further replies.

JensKKK

Technical User
May 8, 2007
119
GB
Well the question is simple, but I haven't found an example for MS Excel.

Thanks
 
Application.Cursor = xlWait

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Code:
Application.Cursor = xlWait
Code:
Application.Cursor = xlDefault
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top