Is it possible to specify a range across all worksheets in a workbook?
I am looking to check across all workbooks in cell range R6 to see if anything is entered in the cell. ActiveSheet.Range ("R6") works for the active sheet but I need to check across all sheets.
Many thanks.
I am looking to check across all workbooks in cell range R6 to see if anything is entered in the cell. ActiveSheet.Range ("R6") works for the active sheet but I need to check across all sheets.
Many thanks.