Hi,
I know that you can put an array into a range and it posts in it beautifully. And Quickly.
Now how do you do the opposite ad get a range into an array of variant??
I tried the opposite :
This doesn't work and the array is reset to 0 elements.VB Code:
Redim aryTitles(21) aryTitles() = shtSrc.Range(shtSrc.Cells(1, 1), shtSrc.Cells(1, 21))
Any ideas?
Vince




Reply With Quote