I have a file (we'll call it Policy List) with a list of insurance policies. Another file (which we'll call Settled) has a sheet for each month in a calendar year, with a list of all policies settled during the month.
I'm trying to write some code which will look for each policy number within Policy List and return the month that it was settled.
I know how to do this when I point the Cells.find command at a particular sheet, but I don't know how I search all 12 sheets, and then return the sheetname that contains the policy number.
Can anyone can point me in the right direction?
Thanks
Neil
I'm trying to write some code which will look for each policy number within Policy List and return the month that it was settled.
I know how to do this when I point the Cells.find command at a particular sheet, but I don't know how I search all 12 sheets, and then return the sheetname that contains the policy number.
Can anyone can point me in the right direction?
Thanks
Neil