PDA

View Full Version : Aplication level events not being process



bigt95nt
05-18-2011, 07:14 AM
Below is a few lines of code placed in a event handler, however it is not executed during startup.

Please comment


Private Sub Application_Startup()
MsgBox ("Here")
End Sub

Charlize
05-19-2011, 06:08 AM
Are macro's enabled when you start outlook ?

Charlize

bigt95nt
05-19-2011, 09:06 AM
No they were not. thanks!


Im new to Outlook and trying to minimize the Outlook window programaticly. Any sugestions? As of now I have not found a method to accomplish this.

Thanks!

Charlize
05-20-2011, 12:52 AM
You can't do it. Unless you create a shortcut to outlook and define that this shortcut has to startup with minimized window.
1. Make sure outlook isn't closed when it's window is maxamized
2. You can't start with outlook today
3. You can rightclick on outlook icon to say 'hide when minimized'

I could be wrong off course.

Charlize