Help needed by anyone who can grant me some assistance. Here is what I am trying to accomplish with VBA.
I have a workbook that contains 4 sheets -
I need to have the VBA search the data sheet for updated values in column A (opportunity ID) that do not exist in column A of both the billing and impressions sheet. If the value does not exist then copy updated rows, range A-G, from data sheet into billing sheet last row, range A-G and impressions sheet range A6-G. Once all data has been updated, copy new rows, range A6-F to end of data in Summary sheet.
I cannot have the information in billing and impression sheets to be overwritten with all new data because I have manual monthly data that has to be updated monthly. I only need the new rows to be added at the bottom of each sheet.
Uploaded file to download.
https://1drv.ms/x/s!Atj7RD3wjbBSh3UbZaVH1L5aSX_Q
Thanks in advance!
I have a workbook that contains 4 sheets -
- summary - rollup of campaign information from billing and impressions
- billing - campaign billing information
- impressions - campaign impression data
- data - raw data
I need to have the VBA search the data sheet for updated values in column A (opportunity ID) that do not exist in column A of both the billing and impressions sheet. If the value does not exist then copy updated rows, range A-G, from data sheet into billing sheet last row, range A-G and impressions sheet range A6-G. Once all data has been updated, copy new rows, range A6-F to end of data in Summary sheet.
I cannot have the information in billing and impression sheets to be overwritten with all new data because I have manual monthly data that has to be updated monthly. I only need the new rows to be added at the bottom of each sheet.
Uploaded file to download.
https://1drv.ms/x/s!Atj7RD3wjbBSh3UbZaVH1L5aSX_Q
Thanks in advance!