How to append data to existing workbook's sheet and don't create a new workbook

T

toaksie

I am trying to work out what I need to change in the following VBA code to append the data at the
bottom of data that already exists in a workbook named "Main" and a worksheet named "summary":

Code is here: http://pastebin.com/mwwiR1TD

Thanks for any help it's much appreaciated!
 
Top