A
Adam
Hi
I have a userform where users enter infomation into a textbox, upon
hitting an enter button my code puts the infomation into the
spreadsheet.
ActiveCell.Offset(0, 0).Value = UserForm1.TextBox1.Value
My problem is some of the infomation must be a number i.e. a quantity.
How can i change the code to accept only a number in certain
textboxes?
Thanks in advance
I have a userform where users enter infomation into a textbox, upon
hitting an enter button my code puts the infomation into the
spreadsheet.
ActiveCell.Offset(0, 0).Value = UserForm1.TextBox1.Value
My problem is some of the infomation must be a number i.e. a quantity.
How can i change the code to accept only a number in certain
textboxes?
Thanks in advance