Hi experts,
I'm fairly new to VBA to say the least, and I have looked far and wide without finding a solution to my problem.
I have posted questions here in the past, where I have received amazing tips, tricks and answers from you guys - so I figured I'd try again!
Much like the title of the thread suggest, I was wondering if it would in any way be possible to create a macro that will find and replace the cell values in one workbook utilizing something like the vlookup match function, so that it will only target cells where it gets an exact "hit" based on several parameters, and then replace said values with the corresponding cell value from my reference workbook and leave other cells as they are. It would then have to perform this action for all values in my workbook in all visible columns. It's also important to note that it will have to copy potential fill color of cells!
E.g.
So the workbook that will be changed will look as follows
Would something like that even be possible?
Any help, tips and/or tricks would be much appreciated - thanks in advance!
I'm fairly new to VBA to say the least, and I have looked far and wide without finding a solution to my problem.
I have posted questions here in the past, where I have received amazing tips, tricks and answers from you guys - so I figured I'd try again!
Much like the title of the thread suggest, I was wondering if it would in any way be possible to create a macro that will find and replace the cell values in one workbook utilizing something like the vlookup match function, so that it will only target cells where it gets an exact "hit" based on several parameters, and then replace said values with the corresponding cell value from my reference workbook and leave other cells as they are. It would then have to perform this action for all values in my workbook in all visible columns. It's also important to note that it will have to copy potential fill color of cells!
E.g.
So the workbook that will be changed will look as follows
Would something like that even be possible?
Any help, tips and/or tricks would be much appreciated - thanks in advance!