gchichester
New member
- Local time
- Today, 01:39
- Joined
- Nov 13, 2008
- Messages
- 8
I trying to open Outlook Minimized, before running a subroutine, then close it when sub completes.
This code opens Outlook but doesn't minimize it.
Thank you in advance for any and all suggestions
gchichester
This code opens Outlook but doesn't minimize it.
Code:
Sub StartOrdProcess()
'/ Run the Daily Orders .csv Import
Shell "C:\Program Files (x86)\Microsoft Office\Office14\outlook.exe", vbMinimizedFocus
End Sub
Thank you in advance for any and all suggestions
gchichester