I found (ages ago) a tutorial on VBA string handling that talks about several very useful things including how to trim strings, replace substrings in strings, and a whole host of other goodies.
Only, when i use functions like Replace(<str>,<find_str> or <replace_str> and Split(<str>), they don't appear to exist.
No reason to suppose they should, I guess, but nowhere in the tutorial does it suggest these are custom functions.
Anybody else heard of these?
Douglas JL If it don't make you laugh, it ain't true.
Only, when i use functions like Replace(<str>,<find_str> or <replace_str> and Split(<str>), they don't appear to exist.
No reason to suppose they should, I guess, but nowhere in the tutorial does it suggest these are custom functions.
Anybody else heard of these?
Douglas JL If it don't make you laugh, it ain't true.