G
Guest
Dear firends,
I need to divide an input string variable into separate strings and I tried
the split function from VBA.
Allthough my input in defined as string (it is the "newdata" argument from a
combo which fires "not in list" event) and I always receive Error 13 "Type
mismatch".
The variable whch received the functions' output is a string array which I
define it: redim strSide(3) - I should have only 3 strings.
Thnks and regards
Catalin
I need to divide an input string variable into separate strings and I tried
the split function from VBA.
Allthough my input in defined as string (it is the "newdata" argument from a
combo which fires "not in list" event) and I always receive Error 13 "Type
mismatch".
The variable whch received the functions' output is a string array which I
define it: redim strSide(3) - I should have only 3 strings.
Thnks and regards
Catalin