Hi All,
I have a workbook with lots of worksheets with data that is generally the same but not always located in the same cell reference in each worksheet.
I would like to return the content into cell of "A1" of the cell that is adjacent (i.e. 1 cell to the right) of the cell that contains the word "Room Number"
so in essence a macro that searches every worksheet and if it finds the words "room number" in that worksheet it includes the room number in cell A1 of said worksheet
so for example
if the macro find the words "Room Number" in cell N3 it returns the value from cell O3 (lets say for example that is "BL001" ) and inputs that value "BL001" into cell A1
Any help much appreciated
Thank you
I have a workbook with lots of worksheets with data that is generally the same but not always located in the same cell reference in each worksheet.
I would like to return the content into cell of "A1" of the cell that is adjacent (i.e. 1 cell to the right) of the cell that contains the word "Room Number"
so in essence a macro that searches every worksheet and if it finds the words "room number" in that worksheet it includes the room number in cell A1 of said worksheet
so for example
if the macro find the words "Room Number" in cell N3 it returns the value from cell O3 (lets say for example that is "BL001" ) and inputs that value "BL001" into cell A1
Any help much appreciated
Thank you