On a userform textbox1,in the same userform on multipage 1 textbox2 is there.
I want to validate textbox2 : If textbox1 text is equal to "PAID" then entry
in textbox2 is not required,skip the entry and goto next tabstop.If textbox1
text is equal to "DUE",validate the textbox2 for a number(text) equal to 1000.
Data entry is is not must,can be left blank,but if entered it should be a
number(text) 1000.
I have tried with Private Sub Textbox2_Exit(ByVal Cancel As MSForms.
ReturnBoolean) , but could not succeed.Thanks in anticipation.
--
Message posted via
http://www.officekb.com