Thread
:
getting the adress on the last row
View Single Post
#
2
Posted to microsoft.public.excel.programming
C. Roenbaugh
external usenet poster
Posts: 16
getting the adress on the last row
Try this
set myRange2 = Range(Range("a1"), Range("a1").End(xlDown))
With myRange2
i = .rows.count
j = .myRange2.cells(i,0).address
end with
Reply With Quote
C. Roenbaugh
View Public Profile
Find all posts by C. Roenbaugh