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"?
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"?