Is ExecuteExcel4Macro still works in Excel 2013 or later version?

Joined
Dec 25, 2017
Messages
2
Reaction score
0
Hello, Dear smarter friends:
I'm trying to use the following excel4macro to determine chart point coordinates.

Pnt1_x = ExecuteExcel4Macro("get.chart.item(1,1, ""S1P" & i & """)")

It wroks fine with Excel 2010 or older. But it fails to work in Excel 2013. I'm wondering if Excel 2013 does not support the ExecuteExcel4Macro macro. Is there any way to get it fixed ? Or, is there any other macro that can replace this old macro for Excel 2013?

Your help is greatly appreciated.
 
Joined
Dec 25, 2017
Messages
2
Reaction score
0
Hello, Dear smarter friends:
I'm trying to use the following excel4macro to determine chart point coordinates.

Pnt1_x = ExecuteExcel4Macro("get.chart.item(1,1, ""S1P" & i & """)")

It wroks fine with Excel 2010 or older. But it fails to work in Excel 2013. I'm wondering if Excel 2013 does not support the ExecuteExcel4Macro macro. Is there any way to get it fixed ? Or, is there any other macro that can replace this old macro for Excel 2013?

Your help is greatly appreciated.
Is there any equivalent function of get.chart.item in Excel 2013 or later version?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top