Click to See Complete Forum and Search --> : Opening other applications


qwento
January 15th, 2000, 10:27 AM
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"?