Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 3 input boxes that requests an amount, a Clerk number, and a Text
Note: : ActiveCell = InputBox("Amount?") ActiveCell.Offset(0, 1).Select ActiveCell = InputBox("Clerk?") ActiveCell.Offset(0, 1).Select ActiveCell = InputBox("Note?") How can I make sure the user puts something into the fiirst two input boxes? They can't be left blank. The note box can however be blank. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to validate input based upon values in two other cells | Excel Discussion (Misc queries) | |||
Validate user input with specific date format | Excel Programming | |||
Input Box Help - Validate Date Format | Excel Programming | |||
TEXTBOX - VALIDATE DATE INPUT | Excel Programming | |||
How can I validate data input by macros? | Excel Programming |