G
Guest
Hi,
I am working ona function that will seperate a string of Integers delimited
by commas (i.e. 1,2,3,4,5,6,56,128) for me so I can work with the individual
elements. I am trying to use Instr() but I keep getting an "Invalid
Procedure Call or Argument" error.
The syntax i am using is: WhereIam = InStr(0, SearchString, ",",
vbTextCompare)
I will use the variable WhereIam to start the next call of Instr(). What am
I doing wrong?
Thank You
I am working ona function that will seperate a string of Integers delimited
by commas (i.e. 1,2,3,4,5,6,56,128) for me so I can work with the individual
elements. I am trying to use Instr() but I keep getting an "Invalid
Procedure Call or Argument" error.
The syntax i am using is: WhereIam = InStr(0, SearchString, ",",
vbTextCompare)
I will use the variable WhereIam to start the next call of Instr(). What am
I doing wrong?
Thank You