Finding a particular character in a string using VBA
As it reads in the heading...
I tried to use Application.Find but that doesn't seem to be available.
I need to find the location of the first space in a character string.
Is there any easy way to do this?
|