新しい PPT を作成する代わりに PPT を開こうとすると (問題なく動作します!)、次のエラーが表示されます。
$objPPT = _PPT_PowerPointApp()
If @error Then
MsgBox(0,"","No PowerPoint available")
Exit
EndIf
$PresInterface = _PPT_CreatePresentation($objPPT) ;Get presentation
interface$objPres = _PPT_PresentationOpen($PresInterface,"C:\Users\s.mailappan\Desktop\3G-Reports\MyAutoItPresentation.ppt") ;Add a new presentation