Results 1 to 3 of 3

Thread: Loop to open Word Docs - Avoid Maximizing Already Open Doc

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Regular
    Joined
    Apr 2017
    Posts
    66
    Location
    Thanks, but this (omitting the Dim statement as throws an error) opens a new blank Word window and maximizes that as well as an existing minimized document.

    Also, Setting
    wordApp.Visible = False
    will not show a new blank Word window, but an existing minimized Word document is still maximized - the original problem.

    Resolved using the
    Documents.Open
    method for word docs
    Last edited by macropod; 06-27-2018 at 09:44 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •