PeterMoran
MIS
Hi,
I have this code which creates a Range Name:
I would like to include a prior check if this name exists - the value in cell B2, and if so delete the Range Name prior to to the above code.
Any code would be appreciated!
Thanks in advance.
Peter Moran
I have this code which creates a Range Name:
Code:
ActiveWorkbook.Names.Add Name:=Worksheets("Ladders").Range("B2").Value, RefersToR1C1:= _
"=Ladders!R22C2:R39C17"
Any code would be appreciated!
Thanks in advance.
Peter Moran