excel-vba:highlight-selection-cell
選択されたセルの行と列をハイライト表示する
ThisWorkbookに記述
Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Range) Application.ScreenUpdating = True End Sub
ハイライトしたいセル範囲の条件付き書式に設定
=OR(CELL("ROW")=ROW(), CELL("COL")=COLUMN())
スポンサーリンク
excel-vba/highlight-selection-cell.txt · 最終更新: 2024/11/03 16:05 by shimehitsu14