Hello all,
I am trying to write a macro that creates an X/Y scatter chart. The series will be named ranges (ex: Series X Values ='GraphTool.xlsm'!XValues1'; Series Y Values ='Graph Tool.xlsm'!YValuesTemp1".
I have several named ranges that I plan to use a for loop to insert them as series as needed (ex. several ranges that will be X values, several that will be Y values)
I would like to know how I create a new chart and add series using the named ranges in a macro.
Thank you for your help!
I am trying to write a macro that creates an X/Y scatter chart. The series will be named ranges (ex: Series X Values ='GraphTool.xlsm'!XValues1'; Series Y Values ='Graph Tool.xlsm'!YValuesTemp1".
I have several named ranges that I plan to use a for loop to insert them as series as needed (ex. several ranges that will be X values, several that will be Y values)
I would like to know how I create a new chart and add series using the named ranges in a macro.
Thank you for your help!