C
CWen07
Hi,
I am having trouble using the RegEx "\s+" in VBA.
I am using it to split a string that contains characters and spaces
such as
" 1 3 12 1 2 3 4 5 "
I am using an array called varText to store each value.
varText = Split (strText, "\s+")
Can anyone help???
I am having trouble using the RegEx "\s+" in VBA.
I am using it to split a string that contains characters and spaces
such as
" 1 3 12 1 2 3 4 5 "
I am using an array called varText to store each value.
varText = Split (strText, "\s+")
Can anyone help???