The instruction
at 0x00000000 referenced memory at address 0x00000000. The memory could not be
read.
Run-time error '-2147417851
(80010105)':
Automation error
Automation error
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
Dim oWord as New Word.Application
oWord.Documents.Add
Dim oWord as Object
Set oWord = CreateObject("Word.Application")
oWord.Documents.Add
Keywords: kbprb, kbautomation, KB242375