J
John Lane
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
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