View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Can we use our(custom) cursor in xlwait?


If you are referring to the cursor displayed on a UserForm then
there are many choices from the C:\WINDOWS\Cursors folder.

On a Worksheet, you are pretty much limited to the xlMousePointer
constants... xlDefault, xlWait, xlNorthwestArrow and xlIBeam.
Also you must change it back as that is not done automatically...
Application.Cursor = xlDefault
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"musa.biralo"
wrote in message
Hi,
Is there a way to change default hourglass cursor (xlwait) to
something different? My main intension is to use some new type of
cursor rather than old hourglass....

if you know any resources or the code please help me....

Thanks
musa.biralo