Hi Guys,
I was wondering whether it was possible to have a macro run, select the first option from a validation list - this starts another macro in worksheet_Change.
When Worksheet_Change macro finishes then select the next option from the validation list. which will in turn cause worksheet_Change to run.
etc etc for all possible options in the validation list.
When the validation list changes this causes rows to hide/show on all other worksheets in the WB.
My goal is to create a macro that will select the first option from this validation list, let the Worksheet_Change macro run and hide/show the rows, then export the workbook.
Then repeat this for all values found in the validation list
regards
Bookmarks