View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Alex Simmons Alex Simmons is offline
external usenet poster
 
Posts: 15
Default Cursors and Mousepointer

On Apr 13, 12:25*pm, Geoff wrote:
Hi
On a form I use this to indicate activity
Me.MousePointer = fmMousePointerCustom
Me.MouseIcon = LoadPicture(Application.Path & "\MSN.ico")
then reset using
Me.MousePointer = fmMousePointerDefault

How can Application.Cursor = xlWait be changed to show the same?

Geoff


Take a look at this post on Daily Dose of Excel, which uses API calls
to change the cursor:

http://www.dailydoseofexcel.com/arch...system-cursor/

Alex