J
John in Toronto
I'd like to assign a combination of string variables and text to an array,
but I'm doing something wrong and get a type mismatch error.
Here is part of the code:
Dim strMonth as String
Dim SearchArray As Variant
strMonth = "Februrary"
SearchArray(0) = "day, " + strMonth + " ^#^#"
What am I doing wrong?
Thanks,
John
but I'm doing something wrong and get a type mismatch error.
Here is part of the code:
Dim strMonth as String
Dim SearchArray As Variant
strMonth = "Februrary"
SearchArray(0) = "day, " + strMonth + " ^#^#"
What am I doing wrong?
Thanks,
John