Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd probably go with something like...
Dim sNum$, sMsgs$ smsg = "Pick no more than " & vbCr _ & Space(10) & rngFnd.Offset(, 6) & " Stocks" & vbCr _ & "for Código I: " & myFnd & " Quantidade Retirada in Cell F10" sNum = InputBox(smsg, "Quantidade Retirada") If sNum = "" Then [F6,F8,F10,J10].ClearContents 'MsgBox "You canceled" Exit Sub End If -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Input Box Vs Cancel | Excel Programming | |||
Input Box - Hit cancel | Excel Programming | |||
Input box to cancel sub when Cancel is clicked. | Excel Programming | |||
Input box cancel | Excel Programming | |||
Input box cancel produces error | Excel Programming |