Hi,

I am using a macro to create a graph, I would like to make the two range paramaters variables and get them from the user using inputboxes.

I know how to get the values using input boxes and assign them to variable names, but i do not know how to then make these variables the Range parameters.

Range("A7", "K10").Select
"A7" and "K10" would become variables.

what i would like is Range(var1, var2).Select

jonnyuk3