M
Martin Schmid
Dim types() As String
types = Array("RFH-2", "FFH-2")
I'm getting an error... i.e., I need an array of strings, but the Array
function returns variants...
How do I create a string array from a list of items?
types = Array("RFH-2", "FFH-2")
I'm getting an error... i.e., I need an array of strings, but the Array
function returns variants...
How do I create a string array from a list of items?