Dear Sirs
1.- I Downloaded XOJO 2022r1
2.- I copied MSOfficeAutomation.rbx from Extras Folder to Plugin folder
3.- I restart the computer
4. - I opened XOJO 2022r1
5.- I tried to run the app : PowerPoint Automation.xojo_binary_project
Result :
This item does not exist : ‘Office’
pSlide1 = ppPres.Slides.Add(1, Office.ppLayoutText)
This item does not exist : ‘ppLayoutTex’
pSlide1 = ppPres.Slides.Add(1, Office.ppLayoutText)
This item does not exist : ‘.ppLayoutTextAndChart’
pSlide2 = ppPres.Slides.Add(2, Office.ppLayoutTextAndChart)
etc, etc, etc
What am I doing wrong or what is missing?
Thanks in advance