Thread
:
How to reverse data in an Array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Kevin O'Neill[_2_]
external usenet poster
Posts: 44
How to reverse data in an Array
Thanks, ended up using this.
ends(ab) = Range("A50000").End(xlUp).Row
ab = ab + 1
c() = ends()
ReDim Preserve c(Sheet11.Cells(18, 14).Value - 1)
Reply With Quote
Kevin O'Neill[_2_]
View Public Profile
Find all posts by Kevin O'Neill[_2_]