Hi everyone,
I'll try to explain as best as possible.
I have table of data that I export from a site on a daily basis that lists all incoming messages in a table (message reference, date & time, title etc.)
I want to record some additional information against each row on a separate master workbook I have saved. I've created the VBA to pull the table from the downloaded daily workbook and import into my master workbook on a separate worksheet ("Teambinder Dump") where I've also created the VBA code to get formatting to match.
Looking for some help on importing any new entries from worksheets "TeamBinder Dump" into "Tracker" (within the same worksheet) that don't already exist and add them to the end of the table, whilst also taking into account how both tables have additional rows over time.
The way I've currently done this is by arranging both tables based on column B (Date and time) in Old-New order and copying and pasting columns A-C from one to the other. I know this is a terrible solution as it runs a big risk of data getting misaligned.
Any help would be much appreciated.
Cheers!
Lewys
I'll try to explain as best as possible.
I have table of data that I export from a site on a daily basis that lists all incoming messages in a table (message reference, date & time, title etc.)
I want to record some additional information against each row on a separate master workbook I have saved. I've created the VBA to pull the table from the downloaded daily workbook and import into my master workbook on a separate worksheet ("Teambinder Dump") where I've also created the VBA code to get formatting to match.
- "Teambinder Dump" worksheet has the imported data in Columns A-C with Row 1 being the headers
- "Tracker" worksheet has my list that i'd like to continually add any new entries onto. Layout is the same as above however I also have additional information noted against each row in columns D-E.
- All items in column A are unique as they relate to the message reference
Looking for some help on importing any new entries from worksheets "TeamBinder Dump" into "Tracker" (within the same worksheet) that don't already exist and add them to the end of the table, whilst also taking into account how both tables have additional rows over time.
The way I've currently done this is by arranging both tables based on column B (Date and time) in Old-New order and copying and pasting columns A-C from one to the other. I know this is a terrible solution as it runs a big risk of data getting misaligned.
Any help would be much appreciated.
Cheers!
Lewys