In VBA, you can't declare a jagged array using the Dim statement. Instead, you'll declare a one-dimensional main array of type Variant (both static or ...
確定! 回上一頁