I need to unhide rows on a separate sheet based on a condition where I click a checkbox, then the code would look up a range and if there is an "x" in that range, unhide the rows the "x" is in. Example:
On Sheet 1, I have three selections. I want to select one of the 3 and this will unhide resulting cells that are flagged with an X on sheet 2
Sheet 1 - B would be a check box
Sheet 2 - all information displayed. These rows will all be hidden by default. By selecting "Fajitas" on Sheet 1 (control box), I want the macro to run and lookup Sheet 2, find the Fajitas column (Col B), and unhide all of the rows with an "x" in column B. So the progression would look like this:
This is the default state of Sheet 2. When the Fajitas radio button is clicked on Sheet 1, Sheet 2 will unfilter all rows where the Fajita column conytains an "x" as follows:
After all data is done, I will have a Reset macro that will return all data rows back to hidden on Sheet 2.
On Sheet 1, I have three selections. I want to select one of the 3 and this will unhide resulting cells that are flagged with an X on sheet 2
Sheet 1 - B would be a check box
Sheet 2 - all information displayed. These rows will all be hidden by default. By selecting "Fajitas" on Sheet 1 (control box), I want the macro to run and lookup Sheet 2, find the Fajitas column (Col B), and unhide all of the rows with an "x" in column B. So the progression would look like this:
This is the default state of Sheet 2. When the Fajitas radio button is clicked on Sheet 1, Sheet 2 will unfilter all rows where the Fajita column conytains an "x" as follows:
After all data is done, I will have a Reset macro that will return all data rows back to hidden on Sheet 2.