As we all know,
Dim wkSheet as Worksheet
Set wkSheet = ActiveSheet
will make it so the active sheet is defined by wkSheet and you can do what you want with it using wkSheet
My question is, how do you do this with a chart?
You can use ActiveChart. to do almost anything you want with the chart.
However I seem unable to set the chart as a varible/object/shape (or what ever it needs to be)