I am able to read and change MS Word document properties (title, author, etc.) with a VB macro while the document is currently open in Word. What I want to do is read the Word doc file in to a VB program (not using Word at all to open the file) and read and change the document properties. Can I do this? If so, point me to some resources or code samples.