Name an Excel Chart with VBA
The code to name an Excel chart using VBA is:
ActiveChart.Parent.Name = "Chart Name"
Posted on Sunday, January 10, 2010 |
Comments (0) |
Permalink
The code to name an Excel chart using VBA is:
ActiveChart.Parent.Name = "Chart Name"
Next entry: Trim and Substitute
Previous entry: Build An Excel Add-In Via PTS Blog