Hello,
How do I set a range such that when the user sees the input box he can select no contiguous cells. How can these cells be united into a simple range.
I tried this but no luck :
Your help is appreciated
How do I set a range such that when the user sees the input box he can select no contiguous cells. How can these cells be united into a simple range.
I tried this but no luck :
Code:
Set rng = Application.Union(Application.InputBox("Please select paramters:", Type:=8))
Your help is appreciated