I'm very new to macros and can't figure out how to do something similar to offset-match or vlookup in a macro. I have 2 workbooks; Review workbook and Master workbook. The Review workbooks are sent to me daily with the reviewer's findings. Each workbook has 1 reviewer's findings with a unique case number that was previously assigned. The Master workbook has the list of all of the case numbers in which I copy the findings to the Master according to the case number.
I would like a macro that would look for the case number from the Review workbook (B1) on the Master workbook (column A); if the case number is found in the Master workbook then copy the data from the Review workbook (B2:B35) and paste values in the Master workbook (column U:BB.....row will vary depending on the case number). If the case number is not found, a message saying so (Not Found) will appear.
I appreciate any help!
Bookmarks