Thread
:
Range End(x1up) problems
View Single Post
#
1
Posted to microsoft.public.excel.programming
Paul Lambson
external usenet poster
Posts: 17
Range End(x1up) problems
I am trying to select the last cell in collum then offset one row down
to paste an object. I keep getting an error. What am I doing wrong?
Range(Range("AH").End(x1down).Offset(1, 0)).Select
Thanks in advance,
Paul
Reply With Quote
Paul Lambson
View Public Profile
Find all posts by Paul Lambson