how can i build a three variable data table in excel ?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi
not really sure what you mean with this. Could you give an example?
 
Maybe??

dim myTable(1 to 2, 1 to 8, 1 to 17) as variant

mytable(1,1,1) = "hi"
mytable(1,1,2) = "there"
.....
mytable(2,8,17) = "whew! that's a lot of entries"
 

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

Back
Top