Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Folks,
Is there a case statement that will test whether or not the input to an InputBox is text or not? TIA, Don |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
On Error GoTo ItsOk r = Application.InputBox("Enter string", "Input", , , , , , 2) / 2 If Err = 0 Then MsgBox "string not ok" Exit Sub ItsOk: MsgBox "string Ok" HTH Cordially Pascal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select case | Excel Discussion (Misc queries) | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
Select Case | Excel Discussion (Misc queries) | |||
Select Case | Excel Programming |