View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sali sali is offline
external usenet poster
 
Posts: 53
Default Array Issues. Please help me..

"mju" je napisao u poruci interesnoj
...
I am having problems with my code. It used to work fine until today. I am
getting type mismatch error in f = Array("STY", "PK", "COLOR", "SZ",
"ITEM",
"UP", "STORE")


Dim f() As String

f = Array("STY", "PK", "COLOR", "SZ", "ITEM", "UP", "STORE")



is it type-writter mistake? 'f' should be declared as 'variant' to accept
'array' [but it is declared as 'string']