https://quizack.com/vba/mcq/what-is-the-difference-between-these-commands-createobject-34-word-application-34-getobject-34-word-application-34
Answer:
CreateObject always creates a new object. GetObject throws an error if no object of the class exists.
Note: This Question is unanswered, help us to find answer for this one
More VBA MCQ Questions