I've got a little problem with named ranges.
I have multiple named ranges on different sheets. i would like to hide of show all those ranges with vba. example of named range: r1_name1 . the 2nd on another sheet is r1_name2. So all the ranges starts with the same code in front: r1_ .
How can i loop through all ranges that starts with r1_ and hide/or show them?