Carley
New Member
Good Morning,
Is there a code which will go to a particular folder or Mailbox name within MS Outlook?
I have found the following code which opens MS Outlook,
Private Sub Mail_Click()
Shell ("OUTLOOK")
End Sub
but then some of my team managers have other mailboxes for the team, and then folders within these mailboxes and they have requested a button on thier Dashboards that takes them to folders in outlook.
Many thanks
Is there a code which will go to a particular folder or Mailbox name within MS Outlook?
I have found the following code which opens MS Outlook,
Private Sub Mail_Click()
Shell ("OUTLOOK")
End Sub
but then some of my team managers have other mailboxes for the team, and then folders within these mailboxes and they have requested a button on thier Dashboards that takes them to folders in outlook.
Many thanks