Numerical entry for list boxes on a 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
 
A

Anthony Slater

Sorry bout that. Ddin't mean to multipost. I got an error with the first post
and tried again.

Antway, that code didn't work for me but I'll write to Nicke in programming

Thanks
 
Top