Thread: Textbox values
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
browie browie is offline
external usenet poster
 
Posts: 21
Default Textbox values

I am wanting to have the values m or f to be inputted into textbox5. Iam
not sure of how to do this I have put a little code as I think will work but
I would also like to have a messagebox appear if any textbox is left blank
that they must have a value.



If Val(TextBox5.Text) = "m"

Thanks