View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mary Mary is offline
external usenet poster
 
Posts: 190
Default Excel Macro mousePointer control

I have a macro that calls a DLL. I am setting Application.Cursor to the
hourglass shape prior to calling the DLL. Problem is that the Hourglass
shape is set throughout the DLL execution. The DLL has cursor control code
of it's own, but the Excel application cursor does not relinquish control.

Any ideas?