![]() |
Can we use our(custom) cursor in xlwait?
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 |
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 |
All times are GMT +1. The time now is 05:12 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com