#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel Cursor

Hello, is there a way of changing Excel's cursor from the default cross to
the basic Windows arrow? Thanks in advance.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Excel Cursor

Try this

Sub cursor()
Application.cursor = xlNorthwestArrow
End Sub

change it back to normal with xlDefault

Mike

"Frank" wrote:

Hello, is there a way of changing Excel's cursor from the default cross to
the basic Windows arrow? Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Excel Cursor

Hi Frank

Run this code line one time

Application.Cursor = xlNorthwestArrow


Te restore

Application.Cursor = xlDefault


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Frank" wrote in message ...
Hello, is there a way of changing Excel's cursor from the default cross to
the basic Windows arrow? Thanks in advance.


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
Excel 97 - cursor won't let go Becky Excel Discussion (Misc queries) 6 September 16th 08 04:37 PM
move cursor on one sheet moves cursor on all sheets tdworden Excel Discussion (Misc queries) 2 July 22nd 07 10:50 PM
Excel mark cursor Joe Excel Discussion (Misc queries) 9 May 16th 07 07:46 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


All times are GMT +1. The time now is 11:43 AM.

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"