Hi there,
I'm having problems redefining a named range on a worksheet based on a change event attached to a combo box on a form. Here's my code:
I've tried numerous variations of the above but always end up with an error message. The above code gives me an "Object Doesnt Support This Method or Property"![]()
Dim WS as Worksheet Set WS = Activesheet WS.Range("O6:O7").Names = "Rng" & WS.Name
I'm sure it's something simple....
Many thanks
Bookmarks