View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rznante rznante is offline
external usenet poster
 
Posts: 4
Default Excel VBA to extract MS Outlook Name and JobTitle values


Hello,

Is anyone familiar with how to extract MS Outlook information detail?
I know how to pull Name with

MsgBox CreateObject("Outlook.Application").GetNamespace(" MAPI").currentuser

I would like to also extract JobTitle, and potentially Member Of.

Thank you,
Mike sandoval