Pages
Home
Contact Me
Wednesday, October 29, 2014
How to create a string array on VBA?
Dim myarray As Variant
myarray = Array("this", "is", "an", "array")
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)