dualhcsniatpac
Board Regular
- Joined
- Feb 18, 2009
- Messages
- 126
Is there anyway that I can rename a chart object through VBA so it is easier to refer to them instead of "Chart1" and so on. Im guessing it is something you do when creating the chart.
Code:
ActiveSheet.ChartObjects("Chart 1")