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
Printable View
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
ActiveWindow.WindowState = xlMinimized
ActiveWindow.WindowState = xlMaximized
this is hopw to do in vba must be something similar.