Excel 2007: get formula from charttitle

  • Thread starter Thread starter be_675
  • Start date Start date
B

be_675

I have been using this code to get a formula from a charttitle:

oChart.Activate
sTitle = ExecuteExcel4Macro("GET.FORMULA(""Title"")")

It no longer works in excel 2007. Can someone tell me how to get a
formula from a charttitle using VBA?

Thanks
b
 
Back
Top