How do I declare a const array of string type in VBA?for example I want to sayConst myStringArray(4) as String = string1, string2, string3, ...
確定! 回上一頁