Hi All,
I need to create a Chart which will grab data from external sources when a macro is run. Setting up the UserForm and all that is fine, all done, however I cant find out how to add another piece of the series.
Is it even possible to have a series that sources data from several different locations? Basically I need it to go in chronological order (Horizontal Axis are all dates), but each date comes from a different workbook entirely... I have tried to get Excel to do this with its basic functions, I just cant get it to put it into the graph! If possible, I would like to to not have to copy all the reference data to the workbook with the graphs, as it is already going to have 16+ Charts that will be on their own sheet.
Does anyone know how to make Excel accept many different references into one series? And how it would be done with VBA? Im not too bad with VBA, just havent had to deal with Charting before... Any help would be greatly appreciated!!
Thanks,
Rob.