Array from Range in Excel VBA - Stack Overflow

Array from Range in Excel VBA - Stack Overflow

瀏覽:547
日期:2025-10-05
Your item should contain a 2-D array as expected. If you stick a breakpoint in your code and look at the little "Locals" window in the VBA editor, you should see that. Your calls to LBound and UBound are getting the bounds in the first dimension. If you c...看更多