Thread
:
multidimensional array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Peter[_61_]
external usenet poster
Posts: 48
multidimensional array
What am I doing wrong?
For lfor = LBound(Merch(lfor, 0)) To UBound(Merch(lfor, 1))
Merch(lfor, 0) = Cells(lfor, 1)
Merch(lfor, 1) = Cells(lfor, 2)
Next lfor
Reply With Quote
Peter[_61_]
View Public Profile
Find all posts by Peter[_61_]