VBA Form Input Range
I'm trying to create an interactive VBA form where the user needs to
select multiple ranges. Excel has something built-in that does
this--the small button with a red arrow pointing to the upper left.
When you click it, you're taken to a small toolbar and are allowed to
select ranges. The best example I can think of is creating a Chart
object, it will ask you to select the Data Range.
Is this something I can use in my own VBA form?
|