I have a macro that I'd like to use to reset a form to original conditions
- All rows/columns shown
- Cell updated with today's date
- Background colors reset
- Clears contents from multiple ranges
I'd like for this same macro to hide lines and the checkboxes within those lines. This section of code is currently suppressed with a " ' " since I can't seem to get past a different hurdle.
Each potential line has 1-3 checkboxes that I'd like to suppress from being shown when the form is reset.
How do I hide the checkboxes within these rows before I hide the rows using Rows("x:y").Hidden=True ?
Also, when I select a different macro to show the rows I hide, how do I get these checkboxes to show-up again?
- All rows/columns shown
- Cell updated with today's date
- Background colors reset
- Clears contents from multiple ranges
I'd like for this same macro to hide lines and the checkboxes within those lines. This section of code is currently suppressed with a " ' " since I can't seem to get past a different hurdle.
Each potential line has 1-3 checkboxes that I'd like to suppress from being shown when the form is reset.
How do I hide the checkboxes within these rows before I hide the rows using Rows("x:y").Hidden=True ?
Also, when I select a different macro to show the rows I hide, how do I get these checkboxes to show-up again?