Hello Friends
Could you please help me figure out how to get user select input range using mouse? I have following code in my subroutine; it works for showing the input box where user can type the range. but I am trying to make it user friendly where user can select range using mouse.
Thanks for your time,
Rajesh
Could you please help me figure out how to get user select input range using mouse? I have following code in my subroutine; it works for showing the input box where user can type the range. but I am trying to make it user friendly where user can select range using mouse.
Code:
Set rRange = Application.InputBox(Prompt:= _
"Please select cell where the uniques should be listed", _
Title:="Specify output Range", _
Type:=8)
Thanks for your time,
Rajesh