M
Mikey May
I am wanting to check that an input box has the correct
number of character entered.
Thought that - If inputbox1.len = 9 then
Msgbox"9 characters"
Else
Msgbox"Not 9 characters, please check"
End If
Unfortunately it doesn't seem to be as simple as that.
Cheers
number of character entered.
Thought that - If inputbox1.len = 9 then
Msgbox"9 characters"
Else
Msgbox"Not 9 characters, please check"
End If
Unfortunately it doesn't seem to be as simple as that.
Cheers