I'm trying to write a Macro to upload data from one workbook called "OutcomeUpload" to the next empty row in "sheet1" on another workbook called "Postings". The code i'm using (below) finds and opens the "Postings" workbook but doesn't upload the data. I've tested the vba by posting to another sheet in the "OutcomeUpload" workbook instead of the "Posting" workbook and that works fine. However when I try to upload to the "postings" workbook I get an error message saying "Run Time Error" "Object doesn't support this property or method".
the following rows seem to be the problem I think
Hope you can help
Bookmarks