Hello,
I am having a problem creating a named range using excel vba. I am using the code below, but instead of inserting the named range for cell B899, it is putting it at B1795. Anyone have any idea how this could be happening?
With xlBook
.Names.Add Name:="Count", RefersTo:="=B899", Visible:=True
End With
I am having a problem creating a named range using excel vba. I am using the code below, but instead of inserting the named range for cell B899, it is putting it at B1795. Anyone have any idea how this could be happening?
With xlBook
.Names.Add Name:="Count", RefersTo:="=B899", Visible:=True
End With