Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a very simple Input Box as below, which asks a user to enter a
value. How can I build in validations within it that will check to ensure that the value entered is a percentage, between 0% and 99%. Also can I trap that the user must enter something and is not allowed just to cancel out of it? My input box below has a OK/Cancel button Sub test01() UserValue = InputBox("Value to use?") Range("B3").Value = UserValue End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to input pictures automatically based on cell input? | Excel Worksheet Functions | |||
Have user input converted to uppercase in same cell as input? | New Users to Excel | |||
How do I add input data in the input ranges in drop down boxes. | Excel Discussion (Misc queries) | |||
=SUMIF(Input!H2:H718,AZ19,Input!E2:E685)AND(IF | Excel Worksheet Functions | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |