Oct 1, 2002 #1 Pyramus Programmer Dec 19, 2001 237 GB How do I check whether text entered in a text box has spaces in it? TIA.
Oct 1, 2002 #2 handbrake Programmer Oct 1, 2002 11 GB If instr(1, txtMyTextBox.Text, " " <> 0 Then 'I have some spaces End If Cheers, Grant. Upvote 0 Downvote