L
LuisE
I would like to prompt the "Insert Item" form in Excel and used the selected
item as a variable
All I have is the following code for Outlook that prompts a “Select Folderâ€
window. I know I have to create the reference to the SafeItem but other than
that I’m stuck.
Set appOutlook = CreateObject("Outlook.Application")
appOutlook.Session.Logon
Set nms = appOutlook.GetNamespace("MAPI")
Set fld = nms.PickFolder
Thanks in advance
item as a variable
All I have is the following code for Outlook that prompts a “Select Folderâ€
window. I know I have to create the reference to the SafeItem but other than
that I’m stuck.
Set appOutlook = CreateObject("Outlook.Application")
appOutlook.Session.Logon
Set nms = appOutlook.GetNamespace("MAPI")
Set fld = nms.PickFolder
Thanks in advance