I am trying to copy parts of a spreadsheet from one workbook and appending it to the first column of the next free row. I looked for a append method and I could not find one so I was going to create a variable to hold what row I am on. Does this seem about right or is there a easier way? Right now my code just replaces the data on the spreadsheet. And I havent yet started to take cells of data and just copy that which I think will be easy just busy work.