Results 1 to 2 of 2

Thread: Window pop-up

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 1999
    Location
    Turner ME USA
    Posts
    18

    Post


    I am writing a program that after a timer runs through it's cycle, I would like a downsized window to
    automatically Maximize. I have no clue how to do this, can any one give me any suggestions or
    ideas?

    Thanks!

    Jeff

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Galway, Ireland
    Posts
    316

    Post

    ActiveWindow.WindowState = xlMinimized
    ActiveWindow.WindowState = xlMaximized
    this is hopw to do in vba must be something similar.

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