brayshaw36
New Member
- Joined
- May 6, 2016
- Messages
- 7
Using Excel2010 - If I insert my Racf code in File/Options/General/UserName Excel extracts information from Outlook Exchange Server Global Address List and shows it in File/Info/Properties Author position as surname, first name (company, dept etc). How can I extract this Author information?
AuthorName = ActiveDocument.BuiltInDocumentProperties("Author").Value returns the the racf code.
I have been offered code to open Outlook and use racf to extract this information but Outlook reports access being made to the GAL and offers 1, 5 or 10 min duration access so I would like to avoid going to Outlook and extract the information from Excel. Is it possible?
AuthorName = ActiveDocument.BuiltInDocumentProperties("Author").Value returns the the racf code.
I have been offered code to open Outlook and use racf to extract this information but Outlook reports access being made to the GAL and offers 1, 5 or 10 min duration access so I would like to avoid going to Outlook and extract the information from Excel. Is it possible?