This should be so simple!
I am building a subroutine to create a chart based on a selected group of
cells in separated columns.
If I hard-code the statement as
>>> Set ChrtRange = Range("B5:B8,K5:K8")
I can plug ChrtRange into
>>> CH.Chart.SetSourceData Source:=ChrtRange...