Ok, I've used the following to do cool automated things in Word by starting with the following code:

Dim WordApp as Object
Set WordApp = CreateObject("Word.Application")

My question: Where can I get a list of application names that can be used with "CreateObject"?