Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / November 2007

Tip: Looking for answers? Try searching our database.

Controlling opening size and position of application

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ken Warthen - 08 Nov 2007 13:45 GMT
I would like to create a routine to control the size and position of the Word
application when it opens, so that if the application window gets moved or
resized during any usage, the next time the application is launched it will
return to the defined size and position established in the routine.  Any
suggestions on where to start or where to find relevant information is
greatly appreciated.  TIA.

Ken
Steve Yandl - 08 Nov 2007 16:04 GMT
Try something like,

With ActiveDocument.Windows(1)
.Height = 600
.Width = 800
.Top = 25
.Left = 50
End With

Steve

>I would like to create a routine to control the size and position of the
>Word
[quoted text clipped - 6 lines]
>
> Ken
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.