How to highlight Selected Row and Column (With & Without using VBA)

Опубликовано: 08 Декабрь 2021
на канале: SD Motion
6,268
48

Hello everyone, In this video, I have discussed, how to highlight the row and column of a selected cell.
By applying the Excel conditional formatting function and 4 simple functions, you can easily highlight the row and column of the currently selected cell.
🔸 Conditional Formula used in this tutorial:
=OR(CELL("ROW")=ROW(),CELL("COL")=COLUMN())
🔸 Macro Code used:
-----------------------------------------------------------------------------------------------------------
Private Sub Worksheet_SelectionChange ( ByVal Target As Range )
If Target . FormatConditions . Count 0 Then Me . Calculate
End Sub
-----------------------------------------------------------------------------------------------------------
🔽 Download the working file: shorturl.at/swBGY

#Excel #HighlightCells #ConditionalFormatting


Смотрите видео How to highlight Selected Row and Column (With & Without using VBA) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь SD Motion 08 Декабрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,268 раз и оно понравилось 48 людям.