Issue Description: Current issue which we are facing is to generate graph on the slide. This issue is coming because in power point on MAC shapes.addchart or shapes.addchart2 methods are not defined.
Solution Tried :
Tried to generate chart dynamically on embedded excel and then paste it on slide but it is giving out of memory error.
Expected Resolution : To get an alternative of shapes.addchart method or some other work around to achieve the target.OS and other details:Windows
- OS: Windows 10 Pro Version 1607( OS Build 14393.693)
- Office: Microsoft Office 356 ProPlus, Version 1611 (Build 7571.2109)
- PowerPoint: Power Point 2016 MSO (16.0.7571.7095) 32 bit
MAC
- OS: macOS Sierra, Version 10.12
- Office: Office 365
- PowerPoint : Version 15.30(170107)
Code Snippet:
Dim myChart As Chart
'xlLine=4
Set myChart = ActivePresentation.Slides(1).Shapes.AddChart(Type:=4).Chart
Error Message: “Method or data member not found”