I have a field for entering URL's and I would like to detect if a user accidentally types in a "space" character and either prompt them with a message box or replace the space with _
Does anyone know how I can detect the prescence of a space character in a string using VBA
Does anyone know how I can detect the prescence of a space character in a string using VBA