Hi,
I have Workbook1 with cell values in B7:B500. These can be conditionally formatted. I'd like vba code to do the following:
- Check the cells in B7:B500 in Workbook1
- If the text in a cell is a certain colour (standard excel red)
- look up the value of the cell in Workbook2 (A2:A500)
- Once the value is matched then find the values on the same row but in columns F and G.
- Return these values in a comment in the cell containing the original value in Workbook1 (ie in B7:B500)
Any takers?Help much appreciated.
Bookmarks