Hi,
I got a task that are a bit over my current vba skills, and i was hoping that someone could help me out.
i need to import some data regulary and update a database.
what my need is, to check if the data in column A in sheet2 (new data) already is in column A in data (database).
if yes it should check if the value in column sheet2.R=data.R, if that is not the case, i would like it to replace the values from A:R. If it is the same it can just go to next value in sheet2.column A.
if the value in sheet2.column A dosent exist, i want to copy values from A:R and insert in the bottom of my table in sheet.data.
i hope this is understandeable, and that someone can save me from a lot of manual work in the future.
I got a task that are a bit over my current vba skills, and i was hoping that someone could help me out.
i need to import some data regulary and update a database.
what my need is, to check if the data in column A in sheet2 (new data) already is in column A in data (database).
if yes it should check if the value in column sheet2.R=data.R, if that is not the case, i would like it to replace the values from A:R. If it is the same it can just go to next value in sheet2.column A.
if the value in sheet2.column A dosent exist, i want to copy values from A:R and insert in the bottom of my table in sheet.data.
i hope this is understandeable, and that someone can save me from a lot of manual work in the future.