Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードの問題が何であるか、またはワークシートの書式設定の問題であるかどうかはよくわかりませんが、値がD8変更されたときに次のコードが自動的に実行されません。
D8
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$D$8" Then Toggle_Rows End If End Sub
フォーマットの問題ですか、それともコードの問題ですか?