Is there a solution so I can catch the event handler of clearing entire content of a column in VBA for excel? I mean is clearing, not Deleting a column. Thank you
Asked
Active
Viewed 31 times
1
-
`If Target.Rows.Count = Me.Rows.Count` to detect if a whole column was changed, then maybe `Application.CountA(Target)` to check if any content remains ? – Tim Williams Apr 13 '22 at 02:01