Skip to content

BLOG.JUNGWON.KIM

Menu

Highlight the active row and column in an Excel worksheet

https://globalexcelsummit.com/post/highlight-the-active-row-and-column-in-an-excel-worksheet

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Application.CutCopyMode = False Then
Application.Calculate
End If
End Sub

Highlight the active row and column in an Excel worksheet
Jungwon August 24, 2023 CS
  • ← How do I override the flags specified by Open MPI’s wrapper compilers?
  • How to stop `clear` from clearing scrollback buffer →
Copyright © 2025 BLOG.JUNGWON.KIM. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.