Link to home
Start Free TrialLog in
Avatar of isnoend2001
isnoend2001Flag for United States of America

asked on

Best way to write checking textbox

Which is the best way ?
If txtInfo(0) = "" Or Len(txtInfo(0)) < 3 Or mbIsDirty Then
If txtInfo(0) = vbNullString Or Len(txtInfo(0)) < 3 Or mbIsDirty Then
ASKER CERTIFIED SOLUTION
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of isnoend2001

ASKER

Thank you
You're welcome and I'm glad I was able to help.

In my profile you'll find links to some other articles I've written (some of them newly updated) that may interest you.
Marty - MVP 2009 to 2014
I plan on using your Using Enums. in the link i sent
I meant you sent