Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In article ,
Dave Peterson wrote: One way: Option Explicit Sub testme() Dim resp As Variant resp = Application.InputBox(Prompt:="Number", Type:=1) If CStr(resp) = "False" Then MsgBox "Cancel" Else MsgBox resp End If End Sub Hi Dave - Got it. Thanks. ....best, Capt. N. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Application.InputBox(,,,,,8) | Excel Programming | |||
Application.InputBox | Excel Programming | |||
Inputbox and Application.InputBox | Excel Programming | |||
application.inputbox | Excel Programming | |||
Application.Inputbox Question | Excel Programming |