ReDim an array

  • Thread starter Thread starter Nader
  • Start date Start date
N

Nader

Hello,

I've got an array which is 3 dimensions "tmpArray(0 To 10, 0 To 0, 0 To 0)"
and because of that I can affect directy put the result into cells in excel
using the function Range like that

ActiveSheet.Range( Cells(1,1), Cells(11,1) ) = tmpArray

is there a way to transform my 3 dimension array to one with 2 dimension or
even better an array with 1 dimension.

thanks in advance.

Nader
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top