Hi, a problem im facing is that in word using vba I add records in a csv file saved in another location. The records go down, for example,

A1 would be record 1
A2 would be record 2
A3 would be record 3 etc.

The problem is that whenever i run the program again, and insert new records they get saved on top of the old records. what i want is the new records to get saved next to the old one. For example:

B1 would have a new record
B2 would have a new record
B3 would have a new record.

any suggestions please?