Currently, the code writes to a new row every time the button is clicked but the previous row becomes empty, which is not what I want it to do.
What it does to the excel file when the button is clicked:
2nd button click:
What I'd like it to do:
name1
| phone1
|
name2
| phone2
|
I suspect that the button click either does not save the data or it erases the row before it, but I'm not sure how to do it.