Thread
:
Select Case Query??
View Single Post
#
2
Posted to microsoft.public.excel.programming
Papou
external usenet poster
Posts: 67
Select Case Query??
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 With Quote
Papou
View Public Profile
Find all posts by Papou