View Single Post
  #3  
Old November 9th 07, 07:07 PM posted to microsoft.public.outlook.program_vba
Ken Warthen
external usenet poster
 
Posts: 12
Default Controlling Outlook application size and position

Thanks Ken. I wrote a procedure that sets the size and position of the
Outlook application. I called the procedure AutoExec() on the hope that
Outlook might automatically run the procedure whenever it is launched. That
doesn't happen. How can I get the procedure to run automatically as desired.
BTW, if you can recommend a good book that describes this type of
programming for Outlook I would again be very appreciative.

Ken

"Ken Slovak - [MVP - Outlook]" wrote:

Outlook.Application.ActiveExplorer is the main Outlook window and you can
control the size of the window using the Height, Left, Top and Width
properties of that object.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ken Warthen" wrote in message
...
I'd like to write some VBA code to control the size and desktop position
of
the Outlook application window. Any help will be greatly appreciated.
TIA

Ken



Ads