Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Input Box Cancel button should stop the subroutine.
OK button tests to see if 'x' has been changed. I cannot see what is wrong he LastUsedRow = Sheets("Pages").Cells(Rows.Count, 5).End(xlUp).Row DoorNum = Cells(LastUsedRow, 5) x = InputBox("Door number?", _ "Additional items to door", DoorNum, 1) If x = False Then End ElseIf x < DoorNum Then DoorNum = x End If Francis Hookham |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink operation cancelled.... | Excel Discussion (Misc queries) | |||
Avoid unloading of .xla addins when closing books are cancelled. | Excel Programming | |||
Email Sent or Cancelled | Excel Programming | |||
Application.InputBox with Default:=0 testing False | Excel Programming | |||
Differentiate b/w False and 0 with InputBox fn | Excel Programming |