| Topic | When |
| VBA Fireworks Model from AJP Excel Information | 1 week, 4 days ago |
| Turn off Automatic Hyperlinks | 3 weeks, 1 day ago |
| VBA Array to Change Line Chart Colors | 4 weeks ago |
| Name an Excel Chart with VBA | 4 weeks, 1 day ago |
| VBA Function to Screen for Certain Charts | 1 month ago |
The code to name an Excel chart using VBA is:
ActiveChart.Parent.Name = "Chart Name"
Via the PTS Blog - a series of posts that step through the process of building an Excel add-in:

The Formula Trace Tool is designed to make the process of auditing of an Excel spreadsheet, workbook, or series of linked workbooks much easier. Read more . . .