Hello. I am trying to hide hide and unhide rows based on a named range but having issues
Then am using the above code as a toggle on and off button that shows and hides a few rows (18:21) which i named Blood![]()
Sub Bloodbourne_Pathogen_Toggle() ThisWorkbook.Names("Blood").Hidden = Not ThisWorkbook.Names("Blood").Hidden End Sub
and keep getting object does not support this property or method.
What am i doing wrong please.
Bookmarks