Hi!
I'm new to VBA; so please bear with me.
The user highlights a selection range; hits a button; and a chart appears. First things first - I'm struggling with assigning a named range based on the area that has been selected.
After I have obtained that named range; I need an offset range based on the first column selected. For example, if C4
8 was selected; i need the value listed in C1; therefore I need to create a named range for this one too.
Once I have this; I'll be able to record my macro strokes for the rest of the chart.
Thank you.
I'm new to VBA; so please bear with me.
The user highlights a selection range; hits a button; and a chart appears. First things first - I'm struggling with assigning a named range based on the area that has been selected.
After I have obtained that named range; I need an offset range based on the first column selected. For example, if C4

Once I have this; I'll be able to record my macro strokes for the rest of the chart.
Thank you.