Numerical validation for list box on user form

A

Anthony Slater

I have a user form with 3 text boxes that inputs information onto a worksheet.

What code do I need to make sure the textboxes only accept numerical entry.
ie I only want a user to enter numbers, not letters

....and would I put the code inbetween this section: -

Private Sub TextBox2_Change()

End Sub

TIA
 
Top