VBAmature31
New Member
Hi all,
I am working on some of my first VBA tasks and am a little stuck on how to write code to suit the final piece.
I basically have two files:
File1 = SAP RMA 14th Aug
File 2 =Oracle RMA 14th Aug
The first parts of each filename will always be the same but the dates at the end will change(i.e. "14th Aug".)
I need to check that all delivery numbers in in column "A" in file 1 are contained somewhere in Column "G" in file2 and if they are found it will highlight the row green,If they are not found to highlight the row red.
I have been searching the forum and can't find anything that would do the above,
So far my VBA skills have got me as far as I can go and I am hoping you guys could help me on the last part.
Thanks,
I am working on some of my first VBA tasks and am a little stuck on how to write code to suit the final piece.
I basically have two files:
File1 = SAP RMA 14th Aug
File 2 =Oracle RMA 14th Aug
The first parts of each filename will always be the same but the dates at the end will change(i.e. "14th Aug".)
I need to check that all delivery numbers in in column "A" in file 1 are contained somewhere in Column "G" in file2 and if they are found it will highlight the row green,If they are not found to highlight the row red.
I have been searching the forum and can't find anything that would do the above,
So far my VBA skills have got me as far as I can go and I am hoping you guys could help me on the last part.
Thanks,