The problem is that ArrayList is a .NET object and the AddRange() method expects a parameter of type ICollection . Now, a VBA array is not ...
確定! 回上一頁