PDA

Click to See Complete Forum and Search --> : Window pop-up


Electron
Nov 25th, 1999, 04:44 PM
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

john_murphy
Nov 25th, 1999, 07:15 PM
ActiveWindow.WindowState = xlMinimized
ActiveWindow.WindowState = xlMaximized
this is hopw to do in vba must be something similar.