Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Application.ScreenUpdating = True
End Sub
Have you actually tried the approach I suggested -- it does exactly what you have stated.Yogia. I need this to be active only on the current cell and on the whole row. Once moved to a different cell the previous cell and row should go back to normal.