A family of Microsoft word processing software products for creating web, email, and print documents.
Yes, it's possible. You need to code it up yourself:
http://word.mvps.org/FAQs/MacrosVBA/NumberDocs.htm
However, you need to modify that code, because there's a bug in Word 2011 that means PrivateProfileString does not work.
You need to use this line instead:
Call SaveSetting("My_App","ThisSection", "ThisKey", "This is the string to save")
Hope this helps