VBA for MS word

I recently learned the Word Object Model and I found the following pages most helpful. I think that as long as you understand the Word Application (from a user perspective), all you need to do is flesh out your understanding of Word.Range and eventually Word Story Types. And as the other posters have suggested, the Object Browser in Word's Visual Basic Editor is very convenient for browsing the available properties and methods for any particular object.

Entry point for all Word VBA. Browse by method, object, collection, etc.:

  • Microsoft Word Visual Basic Reference

Helpful pages specifically about using Word's Ranges:

  • Working with Ranges

  • Modifying a portion of a document

  • Selection object

  • Assigning Ranges

An introduction to Word's Story Types:

  • Behind the Curtain: Stories in Word

Tags:

Ms Word

Vba