nightcrawler23
Well-known Member
- Joined
- Sep 24, 2009
- Messages
- 721
What is wrong with this code
The line in red gives me a type mismatch error
Code:
Dim arrCountries() As String
'ReDim arrCountries(4) As String
[COLOR="Red"]arrCountries = Array("US", "JP", "IN", "CN")[/COLOR]
The line in red gives me a type mismatch error