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.
Excelで行が削除されたらどうにかしたいです。行が削除されているかどうかを確認します。
私はこれを書きましたが、うまくいかないようです。助けてください。
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Selection.EntireRow.Delete Then "my condition" End sub