Tagged Questions
1
vote
0answers
119 views
Passing nested array as parameter for function in VBA results in compile error “Expected: =”
I am attempting to Construct an array (testSheets) that holds a file name and a file path as strings. I then wish to contain this array inside of another array (shtsTmpl). Then, I want to pass the ...
0
votes
1answer
133 views
redim nested array
i have an array path... this array contains a list of nested array paths. it could look something like this:
path( 0 1 2 3 4 5 6 7 8 )
"1" | 1, 1, 1, 1, 1, 1, 1, 1, 1 |
"2" | 4, 3, 1, 4, 2, ...