thisisliam
New Member
- Joined
- Oct 8, 2020
- Messages
- 7
- Office Version
- 2019
- Platform
- MacOS
Hi all
I just implemented this method to show the active cell by highlighting the row and column.
While it works a treat, I don't like each cell in the the entire column and row being formatted. I'd like to just boarder the row and column. Using this method I'm only able to get it to boarder each and every cell within that row and column instead of just the column (left and right border) and row (top and bottom border). The selected (intersecting) cell by default is already outlined.
I would assume two conditional rules need to be defined, but I lack VBA knowledge and I'm not sure how I would modify it.
I just implemented this method to show the active cell by highlighting the row and column.
Highlight active row/column in Excel without using VBA?
What I want to achieve is to highlight active row or column. I used VBA solutions but everytime Selection_change event is used I am loosing chance to undo any changes in my worksheet. Is there a ...
stackoverflow.com
While it works a treat, I don't like each cell in the the entire column and row being formatted. I'd like to just boarder the row and column. Using this method I'm only able to get it to boarder each and every cell within that row and column instead of just the column (left and right border) and row (top and bottom border). The selected (intersecting) cell by default is already outlined.
I would assume two conditional rules need to be defined, but I lack VBA knowledge and I'm not sure how I would modify it.