Excel VBAで選択したセルをハイライトする方法 選択したセルを黄色でハイライトする方法:Sub HighlightSelectedCell() Selection.Interior.Color = RGB(255, 255, 0) End Sub>>More