B
bw
Prompt = "Select a Flight"
Set FltNum = Application.InputBox(Prompt, "Airline/Flight Number", , 155, 150, Type:=8)
The code above works like I was expecting.
However, when I use the scrolll bar before selecting a cell, the On Error branch occurs,
and FltNum is empty. Can anyone explain why I'm having this problem?
Thanks,
Bernie
Set FltNum = Application.InputBox(Prompt, "Airline/Flight Number", , 155, 150, Type:=8)
The code above works like I was expecting.
However, when I use the scrolll bar before selecting a cell, the On Error branch occurs,
and FltNum is empty. Can anyone explain why I'm having this problem?
Thanks,
Bernie