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.
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.