I am trying to get my table to insert a blank row after a set date, but this code is creating a continual loop that I need to break manually.
I'm not sure what I have done wrong, but can someone please help me correct this code or suggest something that would work better?
Sub InsrtRow()
Dim C...