Thank you, John. That helped tremendously. I do have one follow-up question...
In the aforementioned code, we export the range "A1:J2" every time the macro is executed.

Within that range, A1:J1 is merely a header row. The first time the macro is executed, I'd like it to export the entire "A1:J2" range (including header row). However, for every subsequent execution I only want to export the range "A2:J2" because I do not need to repeat the header row. Any thoughts on how I do this?