G'day John Bennett <JohnBennett@discussions.microsoft.com>,
hmm, i wonder if said student has been a bit dodgy with his install
and if the word.application has been defined. have you asked him to
delete the installation and re-install?
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
John Bennett reckoned:
>The error 91 occurs because the On Error rouine gets control and does .Quit
>to close things down. But the error handler gets control because the
[quoted text clipped - 32 lines]
>> >I have not been able to trace through but could this result simply because
>> >the Student edition is being used?
John Bennett - 08 Mar 2006 19:38 GMT
Not yet. I did confirm that Word.Application appears to be correct in his
registry HKEY_CLASSES_ROOT. But this may not mean that all is okay.
I also noted that he is running Norton NAV and script blocker has attached
itself to Word. But he disabled script blocker and the problem remained.
> G'day John Bennett <JohnBennett@discussions.microsoft.com>,
>
[quoted text clipped - 45 lines]
> >> >I have not been able to trace through but could this result simply because
> >> >the Student edition is being used?
John Bennett - 09 Mar 2006 17:09 GMT
Found the problem and a solution in my situation. The problem PC had Norton
script blocker attached to Word. While this could be removed from the
registry entry this seems like a bad idea as long as Norton is installed.
But changing the CreateObject to:
Set SpellCheck = CreateObject("Word.Application", "localhost")
has resolved the issue.
No side effects in my situation as I am only using the spell check function
of MS Word.
> G'day John Bennett <JohnBennett@discussions.microsoft.com>,
>
[quoted text clipped - 45 lines]
> >> >I have not been able to trace through but could this result simply because
> >> >the Student edition is being used?