I know it is feasible but I can't figure out how to do it.
D Dave Peterson Dec 7, 2004 #3 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"
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"