New Range resize Question
Greetings,
I have a vertical range in a column called MyRange. I am trying to get it
resized to reflect items added to the bottom. I tried
With Range("MyRange").Resize(1,1)
.Parent.Range(.Item(1), End(xlUp)).Name = "MyRange"
End With
This gives me a cell. How do you get this to work? Any reference material
on how to do this?
Thanks in advance for your help!
Ray
|