R
Rafi
How do I trap a cancel event on the following code?
Set rng = Application.InputBox(Msg1, Title1, Type:=8)
Note the Type=8 (range)
I am trying to trap a CANCEL event as well as an "OK" when the user does not
select a range.
Thanks for your help
Set rng = Application.InputBox(Msg1, Title1, Type:=8)
Note the Type=8 (range)
I am trying to trap a CANCEL event as well as an "OK" when the user does not
select a range.
Thanks for your help