Thread
:
Disallowing a blank text box
View Single Post
#
2
Posted to microsoft.public.excel.programming
Yngve
external usenet poster
Posts: 67
Disallowing a blank text box
Hi Kristen
Somthing like this, prompt the user to put in a value.
if textbox1 = "" then
msgbox "Enter a value"
TextBox1.SetFocus
endif
Regards Yngve
Reply With Quote
Yngve
View Public Profile
Find all posts by Yngve