chrisaw100
New Member
- Joined
- Nov 8, 2011
- Messages
- 4
Hi,
If I get a range from a user through an input box, am I able to parse out the range? I would like to loop through it and multiply current cell values by a percentage.
Here's my code to get the range from the user:
Set rRange = Application.InputBox(Prompt:= _
"Please select a range with your Mouse.", _
Title:="SPECIFY RANGE", Type:=8)
Thanks,
Chris
If I get a range from a user through an input box, am I able to parse out the range? I would like to loop through it and multiply current cell values by a percentage.
Here's my code to get the range from the user:
Set rRange = Application.InputBox(Prompt:= _
"Please select a range with your Mouse.", _
Title:="SPECIFY RANGE", Type:=8)
Thanks,
Chris