Jump to content

Search the Community

Showing results for tags 'msword'.

  • 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 2 results

  1. Dear all, I am working on automation of ms word, on which my scripts runs with multiple word document at a time. But I wanted all the word to be running in the background. do we have any UDF available? Please help. BR, VinMe
  2. I can attach to a word document using the search text and file name modes in a test environment (just to see if it works). However, I only know the file handle (which I get from WinList) and I know the title. Using the handle and Title modes just wont work. $WordApp = _WordAttach ("Doc text, "Text")----------------> this works, cant use it $WordApp = _WordAttach ("Doc22.doc", "FileName")-----> this works, cant use it $WordApp = _WordAttach ("0x001B0402", "HWND")-------> No Go!!!!! $WordApp = _WordAttach ("Titlebar text", "Title")----------> No Go!!!!! Thanks for any help
×
×
  • Create New...