Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a Form with a TextBox for user's input.
Can i limit user's input so that only numerical input is acceptable? THX. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii < 47 Or KeyAscii 58 Then KeyAscii = 0 End Sub HTH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy worksheet multiple times base on user's input | Excel Worksheet Functions | |||
Wrong Numerical Input | Excel Discussion (Misc queries) | |||
hyperlink based on user's input | Excel Programming | |||
hyperlink based on user's input | Excel Worksheet Functions | |||
Userform-allow numerical input? | Excel Programming |