Hi. Not sure if this is going to be enough to go by but this...
Set sr = myChart.Shapes(count + 1).ungroup
Set SecondBox = sr(2)
Set FirstBox = sr(1)
Where the two variables are Excel.Shape
The above works perfectly in prior versions of Excel but now longer work. I'm not familiar with vba and this line of code, specifically the first, is holding up the upgrade. Is there any way to rewrite it so that it would work in 2010?
Bookmarks