I want to develop templates with formfields, which contain user-properties from AD like email, telephone, address etc.
On Tue, 8 Jan 2008 13:18:01 -0800, Werner wrote: >I want to develop templates with formfields, which contain user-properties >from AD like email, telephone, address etc. This thread may get you started on how to retrieve properties from AD: http://groups.google.com/group/microsoft.public.word.vba.general/browse_thread/thread/d2e964e850ad5a04/66e9067aeb3f872e?hl=en&lnk=st&q=#66e9067aeb3f872e The value you get back will be a string, and your code can assign that string to the form field's .Result property. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.