Hello,
I would like to select every other (or ever third/fourth) cell in a row using STEP (or a better method if there is one). Every other cell needs to be selected at the same time (similar to holding ctrl and clicking on multiple cells).
My end goal is to create a line graph (without copying the table and switching rows/columns). I plan on selecting every other cell in a row and setting the graph data range as those selected cells using vba. (The graph will be constantly updated as the human user enters more data into the long row of data.)
Any ideas on how to make this work?
I would like to select every other (or ever third/fourth) cell in a row using STEP (or a better method if there is one). Every other cell needs to be selected at the same time (similar to holding ctrl and clicking on multiple cells).
My end goal is to create a line graph (without copying the table and switching rows/columns). I plan on selecting every other cell in a row and setting the graph data range as those selected cells using vba. (The graph will be constantly updated as the human user enters more data into the long row of data.)
Any ideas on how to make this work?