Have a workbook with 70 different worksheets, all the worksheets are the same "Form", all these forms have a "comments" section (cells A35:G36), and a cell F32 which if an X is placed in it, indicates a failed inspection. Trying to add a table to the main page in essence a summary of failed inspections, where if the F32 cell has an X in it on any of the 70 worksheets, then the name of the sheet and the cells that contain the comments (A35:G36) get copied into that table.
I didn't create this Workbook, all the worksheets have names that contain spaces which drives me crazy in having tried to come up with a way of referencing the different worksheets.
is there a way to create a loop of sorts that queries all the worksheets and extracts the worksheet name and comments from those forms with failed inspections (F32 has the dreaded X in them) that may solve my problem?
I didn't create this Workbook, all the worksheets have names that contain spaces which drives me crazy in having tried to come up with a way of referencing the different worksheets.
is there a way to create a loop of sorts that queries all the worksheets and extracts the worksheet name and comments from those forms with failed inspections (F32 has the dreaded X in them) that may solve my problem?