I would like to do the following in VBA:
1. Create an invisible/virtual blank new chart, which does not appear in the workbook and does not yet contain any data (this will be added in step 2).
2. Refer to this chart as an object (so that I can add data generated by my macro, and then edit and...