One of the lines in a program to create an instance of MS Word, is:
Set oWord = CreateObject("Word.Application")
What must be in the brackets if I wish to create an instance of the word processor of MSWorks?
Printable View
One of the lines in a program to create an instance of MS Word, is:
Set oWord = CreateObject("Word.Application")
What must be in the brackets if I wish to create an instance of the word processor of MSWorks?
try looking up automation in MS Works help file.