Hi Everyone,
I'm very new to VBA, but I need to add just one part to an existing macro I use.
I've googled it and tried various codes, but to be honest I'm helpless. I would appreciate if you could please help me with this.
Every week or two I receive and export from a database with names and additional information. I've added a column where I put my own comments, but I need to find a way to copy comments I made on the old file into a new file and add the code to the existing macro.
So I've got two files and I need to copy comments from column F in the old file into column F in the new file.
I want to make a vlookup macro with where a name from column E would be the criteria. That's how I would do this manually:
=VLOOKUP(E2;'[Old file.xlsx]Old sheet'!$E:$F;2;0)
Then drag the formula until the end of the data.
If you could please give me some help I would be very grateful!
I'm very new to VBA, but I need to add just one part to an existing macro I use.
I've googled it and tried various codes, but to be honest I'm helpless. I would appreciate if you could please help me with this.
Every week or two I receive and export from a database with names and additional information. I've added a column where I put my own comments, but I need to find a way to copy comments I made on the old file into a new file and add the code to the existing macro.
So I've got two files and I need to copy comments from column F in the old file into column F in the new file.
I want to make a vlookup macro with where a name from column E would be the criteria. That's how I would do this manually:
=VLOOKUP(E2;'[Old file.xlsx]Old sheet'!$E:$F;2;0)
Then drag the formula until the end of the data.
If you could please give me some help I would be very grateful!