Wednesday, October 29, 2014

How to create a string array on VBA?

Dim myarray As Variant
myarray = Array("this", "is", "an", "array") 

No comments: