Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Chip Pearson
 
Posts: n/a
Default Is there a way to change Excel's pointer from a + to an arrow (li.

Only with VBA code.

Sub ChangeCursor()
Application.Cursor = xlNorthwestArrow
End Sub

Sub ChangeCursorBack()
Application.Cursor =xlDefault
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"cheryl18" wrote in message
...
Is there a way to change Excel's pointer from a + to an arrow
(like in Lotus)?



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
how do i make a date change automatically if i change one before . dpl7579 Excel Discussion (Misc queries) 1 January 11th 05 10:21 PM
How to change the default font and size of "comments"? ClayMcQ Excel Discussion (Misc queries) 1 January 8th 05 12:43 AM
pointer Gino Calderone Excel Discussion (Misc queries) 1 December 21st 04 11:39 PM
Worksheet Row Change event crazybass2 Excel Discussion (Misc queries) 4 December 8th 04 06:29 PM
How do I change the color of the drop down arrow when using the a. SouthBay588 Excel Discussion (Misc queries) 2 November 27th 04 11:29 AM


All times are GMT +1. The time now is 06:38 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"