VBA using ubound on a multidimensional array

后端 未结 5 1653
刺人心
刺人心 2020-11-30 02:18

Ubound can return the max index value of an array, but in a multidimensional array, how would I specify WHICH dimension I want the max index of?

For example

5条回答
提交回复
热议问题