As an example, I have many folders that I have created which are subfolders of "Contacts" as I have different list of contacts how I organize.
Someone showed me a macro that could open up a subfolder and here it is and it does not work.....the subfolder as an example is "Family"
Any way to create this perhaps?
Public Sub Test()
Dim fldContacts As Outlook.MAPIFolder
Set fldContacts = gnspNameSpace.GetDefaultFolder(olFolderContacts).Parent.Folders("Family")
End Sub
Someone showed me a macro that could open up a subfolder and here it is and it does not work.....the subfolder as an example is "Family"
Any way to create this perhaps?
Public Sub Test()
Dim fldContacts As Outlook.MAPIFolder
Set fldContacts = gnspNameSpace.GetDefaultFolder(olFolderContacts).Parent.Folders("Family")
End Sub