My users can tab through the UserForm without entering a number. That's fine until the worksheet is populated where blank values in a cell produces some odd results.
So...I need to insure that every TextBox value is => 0. And since my users are used to tabbing through unused textboxes...
How can I make every blank Textbox equal to 0 on CommandButton click?
So...I need to insure that every TextBox value is => 0. And since my users are used to tabbing through unused textboxes...
How can I make every blank Textbox equal to 0 on CommandButton click?