Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Just another variant: Sub testme02() Dim CPACode As Long Do CPACode = CLng(Application.InputBox _ (prompt:="Please enter in the new value " _ & "for the CPA Code.", Type:=1)) Loop While CPACode 999 Or CPACode < 1 ActiveSheet.Range("B5").Value = CPACode End Sub Regards, Bernd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add an integer to an existing integer? | Excel Worksheet Functions | |||
Length that falls within a length interval? | Excel Worksheet Functions | |||
Validation length, Range length | Excel Discussion (Misc queries) | |||
is 0 an integer? | Excel Programming | |||
Not seeing integer | Excel Programming |