Hello, I have a workbook with many tabs on containing lots of data.
I am looking for some vba that will search through all the tabs in the workbook and return a list of the tabs/cells that contain certain text, with the list showing in column A and B of a tab called "Check"
I would like it so that the certain text to look for is entered via a message box as the macro starts it's run.
Would be even better if the search could work on five text values and return results in different columns on "Check" tab.
Any guidance much appreciated.
I am looking for some vba that will search through all the tabs in the workbook and return a list of the tabs/cells that contain certain text, with the list showing in column A and B of a tab called "Check"
I would like it so that the certain text to look for is entered via a message box as the macro starts it's run.
Would be even better if the search could work on five text values and return results in different columns on "Check" tab.
Any guidance much appreciated.