Forum Discussion

muttu's avatar
muttu
Occasional Contributor
14 years ago

Unable to split the string using Chr(150)

Trying to spilt the string using Chr(150) which is ASCI  representation of "-". But below error is displayed. Sub SplitDemo2 SplitDemo2 Dim s, ss s = "May 26 - June 25" ' Split at...