In Excel 2003 I was able to select a shape (button) on a chart using VBA.
In Excel 2007 I get an error that says "item with specified name wasn't found". Has 2007 changed and how do I now do this? Thanks.![]()
ActiveChart.Shapes("Do Something").Select
Bookmarks