Julie,
I really like this idea, as I can use it quite extensively. However, I have
a summary sheet that I use to reference my sheets, Sheet1, Sheet2, Sheet3,
etc. The formula that I use for summary sheet is
=INDIRECT("Sheet"&Row()-3&"!B!2"). How would I use this code (or change it),
so that it changes the sheet reference to the new sheet name? The summary
sheet is actually titled "ResidualSummary". The reason I ask, is because if
I am looking for errors, I can list the customer names (instead of loan
numbers) and then the ResidualSummary sheet will show the customer names and
then I just have to find the sheet that has the same customer name, as
opposed to trying to determine which sheet the error exists on.
Any help would be greatly appreciated.