![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: event, fire, outlook, startup |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Below is the code for a message box for the Start Event (right out of the
example). Nothing happens. The code is in ThisOutlookSession/Application/Start. Any ideas? Thanks. Private Sub Application_Startup() MsgBox "Welcome, " & Application.GetNamespace("MAPI").CurrentUser Application.ActiveExplorer.WindowState = olMaximized End Sub |
| Ads |
|
#2
|
|||
|
|||
|
Never mind. yes it did. I have it in a custom form. I didn't realize by just
being in the custom form, even though it isn't launched, causes the standard form to display the message too. "John Lane" wrote: Below is the code for a message box for the Start Event (right out of the example). Nothing happens. The code is in ThisOutlookSession/Application/Start. Any ideas? Thanks. Private Sub Application_Startup() MsgBox "Welcome, " & Application.GetNamespace("MAPI").CurrentUser Application.ActiveExplorer.WindowState = olMaximized End Sub |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (VSTO SE) folder.Items.ItemAdd Event does not fire | David | Outlook and VBA | 5 | March 7th 07 09:41 PM |
| Word editor does not fire Shutdown event | toni santa | Outlook and VBA | 1 | February 2nd 07 08:28 PM |
| ItemAdd in Deleted Items event doesnt fire after a while | lin.en.shu@gmail.com | Add-ins for Outlook | 11 | January 8th 07 09:27 AM |
| How to fire NewMail&NewMailEx Event? | baryon | Outlook - General Queries | 0 | August 17th 06 05:31 PM |
| script event does not fire | urs | Outlook - General Queries | 2 | March 1st 06 05:55 PM |