![]() |
how create cursor that highlights total row/column at all times
how do i create a cursor that at all times highlights the row/column that i
am working in? |
how create cursor that highlights total row/column at all times
Copy the code below, right click the sheet tab, select "View Code" and paste
the code into the window that appears. This will work when you are arrowing around the sheet, or using your mouse. It won't work if you hit enter to change the activecell. HTH, Bernie MS Excel MVP Private Sub Worksheet_SelectionChange(ByVal Target As Range) Application.EnableEvents = False Union(Target.EntireColumn, Target.EntireRow).Select Target.Activate Application.EnableEvents = True End Sub "just me" <just wrote in message ... how do i create a cursor that at all times highlights the row/column that i am working in? |
All times are GMT +1. The time now is 06:50 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com