ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Is there a way to change Excel's pointer from a + to an arrow (li. (https://www.excelbanter.com/new-users-excel/4509-re-there-way-change-excels-pointer-arrow-li.html)

Chip Pearson

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)?





All times are GMT +1. The time now is 03:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com