I'm trying to recreate a VBA add-in which allows search and replace in all objects of Excel. I discovered that the chart objects do not expose a formula property, while it is available in VBA:
- Chart title
- Chart Data labels
- Chart x axis title
- Chart y axis title
- .....
I'd like to request the formula and formulaLocal properties for all objects of Excel.
No CommentsBe the first to comment