Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

change cellpointer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
joelberns - 24 Mar 2008 22:22 GMT
how can one change the standard cellpointer cross of a spreadsheet to an
arrow that remains an arrow everywhere in the spreadsheet
Tom Hutchins - 24 Mar 2008 22:38 GMT
Paste this code in the ThisWorkbook module of the workbook:

Private Sub Workbook_Activate()
Application.Cursor = xlNorthwestArrow
End Sub

Private Sub Workbook_Deactivate()
Application.Cursor = xlDefault
End Sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Hope this helps,

Hutch

> how can one change the standard cellpointer cross of a spreadsheet to an
> arrow that remains an arrow everywhere in the spreadsheet
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.