Results 1 to 2 of 2

Thread: [RESOLVED] Resizing Word Window

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    3

    Resolved [RESOLVED] Resizing Word Window

    Hi,

    I have created a form in a template document in Word through VB which allows you to input data and then it is put on the template document and printed.

    I have one little question. Is it possible to resize the window the word document is in, when the template creates a new document and position it on the far right of the screen? So that the whole left hand side of the desktop is visiable?

    There is a similar code that seems to work with excel but I can't find one for Word.

    Again, any help or guidance is greatly appreciated.

    Thanks,

    Nick

  2. #2

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    3

    Re: Resizing Word Window

    ive sorted it...

    Code:
    Application.WindowState = wdWindowStateNormal
        Application.Move Left:=568, Top:=0
        Application.Resize Width:=197, Height:=542

Posting Permissions

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



Click Here to Expand Forum to Full Width