Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My cursor always in selection mode,wat about other cursor option Deepu[_2_] Excel Discussion (Misc queries) 1 March 2nd 10 01:05 AM
move cursor on one sheet moves cursor on all sheets tdworden Excel Discussion (Misc queries) 2 July 22nd 07 10:50 PM
why am I getting a 3 d cross cursor instead of a pointer cursor? 3 d cross cursor - turn it off Excel Discussion (Misc queries) 1 April 12th 06 12:38 AM
Can I change the "white cross" cursor in Excel to another cursor? KFEagle Excel Discussion (Misc queries) 1 May 3rd 05 08:01 PM
custom cursor? Steven Excel Programming 4 May 15th 04 07:51 PM


All times are GMT +1. The time now is 04:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"