I know this form is more for excel but it is also "All VBA Related"
I am not able to get "Outlook Today" to be the default open folder. I know both ways (Options, and Customize). Neither are working. I would like to put in a simple VBA as follows . . .
But I don't know the code.
Any help please? I have been at this for 6 hours
I am not able to get "Outlook Today" to be the default open folder. I know both ways (Options, and Customize). Neither are working. I would like to put in a simple VBA as follows . . .
Code:
Private Sub Application_Startup()
"Code for open "Outlook Today" Here"
End Sub
Any help please? I have been at this for 6 hours