Outlook 2013 VBA display Shared Calendar
问题 I've got some VBa code that opens the Calendar in a new window, but I now need it to display the shared calendars that I've already got setup, but the only code I can find Creates a new shared calendar in the new window i've just created; Sub DispCalendars() Dim myOlApp As Outlook.Application Dim myNms As Outlook.NameSpace Dim myFolder As Outlook.MAPIFolder Dim myRecipient As Outlook.Recipient Dim myExplorer As Outlook.Explorer Dim SharedFolder As Outlook.MAPIFolder Set myOlApp = CreateObject