Hello. I am trying to hide hide and unhide rows based on a named range but having issues

Sub Bloodbourne_Pathogen_Toggle()
    ThisWorkbook.Names("Blood").Hidden = Not ThisWorkbook.Names("Blood").Hidden
End Sub
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

and keep getting object does not support this property or method.

What am i doing wrong please.