View Single Post
  #1  
Old August 12th 08, 11:14 PM posted to microsoft.public.outlook.program_vba
LuisE
external usenet poster
 
Posts: 7
Default Inspector "Insert Item" with Redemption

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

Ads