A
Andrew
I have the following outlook vba macro code
Set olkApp = CreateObject("Outlook.Application")
Set myExplorer = olkApp.ActiveExplorer
myExplorer.ShowPane olFolderList, True
myExplorer.ShowPane olOutlookBar, False
I do not have any office development tools and am looking for a simple
way to send this out to my org.
The form would be simple and I would use the open event. I hoping that
someone here can tweak the above and help me /advise.
Thank you
Set olkApp = CreateObject("Outlook.Application")
Set myExplorer = olkApp.ActiveExplorer
myExplorer.ShowPane olFolderList, True
myExplorer.ShowPane olOutlookBar, False
I do not have any office development tools and am looking for a simple
way to send this out to my org.
The form would be simple and I would use the open event. I hoping that
someone here can tweak the above and help me /advise.
Thank you