Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can move and re-size the Excel window using the mouse. Is there an
Application.something_or_other that will allow me to do this with VBA? -- Gary''s Student |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gary's Student,
Look at the Application's Top, Left, Height, Width and WindoState properties. --- Regards, Norman "Gary''s Student" wrote in message ... I can move and re-size the Excel window using the mouse. Is there an Application.something_or_other that will allow me to do this with VBA? -- Gary''s Student |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() WindoState == WindowState --- Regards, Norman "Norman Jones" wrote in message ... Hi Gary's Student, Look at the Application's Top, Left, Height, Width and WindoState properties. --- Regards, Norman |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Norman. once I set the WindowState to xlnormal, things began to
happen -- Gary''s Student "Norman Jones" wrote: WindoState == WindowState --- Regards, Norman "Norman Jones" wrote in message ... Hi Gary's Student, Look at the Application's Top, Left, Height, Width and WindoState properties. --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Controlling IE from Excel | Excel Programming | |||
Controlling an application from excel vba | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming | |||
controlling another application via VBA code in Excell & sending keystrokes & mouse clicks | Excel Programming |