Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As part of a private function this code requires a value 1 to 12. How would
this code be modified to require the user to enter a value with two decimals. For example 123.98. Blanks, non-number, and integer requirements are already in place and working. ' Between 1 and 12? If cell < 1 Or cell 12 Then EntryIsValid = "Valid values are between 1 and 12." Exit Function End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
difference between a private sub and a public function? | Excel Discussion (Misc queries) | |||
Calling Private Sub/Function | Excel Programming | |||
private variable: same module, other Sub/Function | Excel Programming | |||
Add code to Private Sub ComboBox1_Change() with a macro from a different workbook | Excel Programming | |||
Call Private Function from ThisWorkbook module | Excel Programming |