Hello, "Newbie" here.
I am trying to use vba to hide a named range in the main sheet with a check box. My reason for using a named range is that if I point to a list of Rows directly in VBA, if someone adds or deletes a row on the main sheet, the vba code is then pointing to the wrong rows and the wrongs rows are hidden with the check box. So to be clear, I have a sheet with a bunch of check boxes. Each check box needs to hide/unhide a named range on the main sheet.
Thanks in advance
I am trying to use vba to hide a named range in the main sheet with a check box. My reason for using a named range is that if I point to a list of Rows directly in VBA, if someone adds or deletes a row on the main sheet, the vba code is then pointing to the wrong rows and the wrongs rows are hidden with the check box. So to be clear, I have a sheet with a bunch of check boxes. Each check box needs to hide/unhide a named range on the main sheet.
Thanks in advance