Jump to content

Search the Community

Showing results for tags 'beta 3.3.13.19'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I'm assuming this issue relates to the changes to COM objects in the beta build, but I'm trying to execute the following code: $oPPT = ObjCreate("PowerPoint.Application") $oPresentation = $oPPT.Presentations.Open(@ScriptDir&"\test.pptx") If @error Then MsgBox(0, "Error", "Error opening Presentation") Exit EndIf $oPresentation.Save $oPresentation.Close $oPPT.Quitand all of the commands other than the Quit command work. I tried it in the prod version (3.3.12) and it seems to have the same issue (doesn't close powerpoint). I've used this command before and it use to work so I'm not sure what I'm doing wrong or if there was a regression in autoit itself. Can anyone confirm if this function works for them or not?
×
×
  • Create New...