Ok.., according to your code this..
arrNm = Sheets("Sheet1").Range("F1:F" & LRow)
is the same as this...
arrNm = Sheets("Sheet1").Range("F1:F0")
Also, this won't work...
arrOut(n, 0) = arrNm(j)
...because arrNm is a 1-based 2D array.
--
Garry
Free usenet access at
http://www.eternal-september.org
Classic
VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.
vb.general.discussion