H
helpasap
I have the following string:
"test01 test02 test03"
Now I want to get, with the instr function, the first word of the string
'test01'
I use: word01=instr(1,"test01 test02 test03"," ",vbTextCompare)
But I got not the result "test01".
Who can help me?
Jan
"test01 test02 test03"
Now I want to get, with the instr function, the first word of the string
'test01'
I use: word01=instr(1,"test01 test02 test03"," ",vbTextCompare)
But I got not the result "test01".
Who can help me?
Jan