![]() |
Excel cursor
I do not like the inflated + cursor of Excel - it is lousy and imparts a
feeling of inaccurate pointing. Can one change this to the normal arrow type cursor? If so, how? |
Excel cursor
Hi Doos,
See VBA Help for the application's Cursor property and see the example code. --- Regards, Norman Microsoft Excel MVP "doos" wrote in message ... I do not like the inflated + cursor of Excel - it is lousy and imparts a feeling of inaccurate pointing. Can one change this to the normal arrow type cursor? If so, how? |
Excel cursor
Hi,
To change the cursor to the arrow: Sub ChangeCursor() Application.Cursor = xlNorthwestArrow End Sub To change it back: Sub ResetCursor() Application.Cursor = xlDefault End Sub -- Hope that helps. Vergel Adriano "doos" wrote: I do not like the inflated + cursor of Excel - it is lousy and imparts a feeling of inaccurate pointing. Can one change this to the normal arrow type cursor? If so, how? |
Excel cursor
Hi Norman & Vergel
Thanks for your help! Only difficulty is that I am a total idiot when it comes to VBA. Thanks for the code - but what now? Will this work every time I start Excel? Thanx "Norman Jones" wrote in message ... Hi Doos, See VBA Help for the application's Cursor property and see the example code. --- Regards, Norman Microsoft Excel MVP "doos" wrote in message ... I do not like the inflated + cursor of Excel - it is lousy and imparts a feeling of inaccurate pointing. Can one change this to the normal arrow type cursor? If so, how? |
Excel cursor
Don't worry - I found out how.
Thank you very much. "doos" wrote in message ... Hi Norman & Vergel Thanks for your help! Only difficulty is that I am a total idiot when it comes to VBA. Thanks for the code - but what now? Will this work every time I start Excel? Thanx "Norman Jones" wrote in message ... Hi Doos, See VBA Help for the application's Cursor property and see the example code. --- Regards, Norman Microsoft Excel MVP "doos" wrote in message ... I do not like the inflated + cursor of Excel - it is lousy and imparts a feeling of inaccurate pointing. Can one change this to the normal arrow type cursor? If so, how? |
All times are GMT +1. The time now is 05:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com