Hi Mr. Excel Family,
I know I am overthinking this and its probably simple so here goes:
I am trying to set "ChartRange" as a range that includes cells H5:K5 and everything below as the range of cells to use in a chat. For some reason, I can't figure out how to select the original range and then the range below. The current broken code I have is:
Set ChartRange = Range(("H5:K5"), Range(Selection, Selection.End(xlDown)).Select
Thanks for the help,
Matt
I know I am overthinking this and its probably simple so here goes:
I am trying to set "ChartRange" as a range that includes cells H5:K5 and everything below as the range of cells to use in a chat. For some reason, I can't figure out how to select the original range and then the range below. The current broken code I have is:
Set ChartRange = Range(("H5:K5"), Range(Selection, Selection.End(xlDown)).Select
Thanks for the help,
Matt