R
Rob
lets' say I have a value ABCD - 123
How can I return the position of the dash ?
How can I return the position of the dash ?
How can I return the position of the dash ?
Rob said:lets' say I have a value ABCD - 123
How can I return the position of the dash ?
Rob said:lets' say I have a value ABCD - 123
How can I return the position of the dash ?
AMercer said:Do you mean that you have a string containing "ABCD - 123"? If so, use
Instr().
The "proper" .NET way would be to use the IndexOf method.