R
Rafi
I have the following code prompting the user to select a range.
Set rng = Application.InputBox(Msg1, Title1, Type:=8)
I need to be able to trap both a CANCEL event as well as when the user
clicks "OK" without selecting a range.
Set rng = Application.InputBox(Msg1, Title1, Type:=8)
I need to be able to trap both a CANCEL event as well as when the user
clicks "OK" without selecting a range.