PDA

View Full Version : start outlook maximized



drosales
01-09-2012, 12:07 PM
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

JP2112
01-23-2012, 12:54 PM
Check out the WindowState Property. I believe you would place the code in the Application_Startup Event.