D
Dennis
I'm going to re-write my previous question, I should have provided more
detail.
I have the variable 'x' declared which is entered into a input box…
Dim x As String
x = Application.InputBox("ENTER THE WFL OR OBJECT per the instructions")
It works fine however I would only like it to not accept the '=' sign in the
any of the string OR to only accept the characters a-z A-Z 0-9 and the '/'
character. Either would accomplish my goal.
TIA
Dennis
detail.
I have the variable 'x' declared which is entered into a input box…
Dim x As String
x = Application.InputBox("ENTER THE WFL OR OBJECT per the instructions")
It works fine however I would only like it to not accept the '=' sign in the
any of the string OR to only accept the characters a-z A-Z 0-9 and the '/'
character. Either would accomplish my goal.
TIA
Dennis