K
kant
I know I can code in MS Outlook "ThisOutlookSession" by press "Alt+F11"
like the following code that add button when start the application.
But how can I code the same function in Outlookexpress ?
Thank you all
Private Sub Application_Startup()
Dim objCmdBar As CommandBar
Dim objCmdBarButton As CommandBarButton
.....
End Sub
like the following code that add button when start the application.
But how can I code the same function in Outlookexpress ?
Thank you all
Private Sub Application_Startup()
Dim objCmdBar As CommandBar
Dim objCmdBarButton As CommandBarButton
.....
End Sub