Consulting

Results 1 to 2 of 2

Thread: start outlook maximized

  1. #1

    start outlook maximized

    Hello all,

    this is my first time posting. i have some code in an excel workbook that opens outlook. i found some code on the internet that to force outlook to open maximized via vba. i placed the code in the "InThisSession" module. the problem is my computer was upgraded to x64 from 32 and i lost the code. can anyone help me out. i believe the original code was only one line. i have tried several code snippets i found, but none work.

    Thanks,
    Daniel-
    Win7
    64x

  2. #2
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    Check out the WindowState Property. I believe you would place the code in the Application_Startup Event.
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •