My Word 2003 VBA-application (in XP-environment) is dependent on an
autoexec-macro, supposed to be fired when Word starts.
My code is contained in Words startup directory and it works as expected on
all computers but one.

Any ideas why this beast does not execute the autoexec-procedure?

/BosseH

Re: Start of Word does not fire AutoExec-macro by Helmut

Helmut
Mon Feb 21 10:41:47 CST 2005

Hi Bo,

is Word the Outlook editor there?
Even activating the spell-checker in Outlook
might be enough, as this creates an instance of word.

To the best of my knowledge.

Greetings from Bavaria, Germany

Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/

Re: Start of Word does not fire AutoExec-macro by Bo

Bo
Mon Feb 21 12:10:12 CST 2005

Thanks Helmut,

You are probably right.
Any ideas how to handle cases like that?

/BosseH

"Helmut Weber" <elmkqznfwvccbf@mailinator.com> skrev i meddelandet
news:dk3k11lgq6ba5ili6u6omfpt4fuo7o6q6m@4ax.com...
> Hi Bo,
>
> is Word the Outlook editor there?
> Even activating the spell-checker in Outlook
> might be enough, as this creates an instance of word.
>
> To the best of my knowledge.
>
> Greetings from Bavaria, Germany
>
> Helmut Weber, MVP
> "red.sys" & chr(64) & "t-online.de"
> Word XP, Win 98
> http://word.mvps.org/



Re: Start of Word does not fire AutoExec-macro by Jonathan

Jonathan
Mon Feb 21 14:31:12 CST 2005


"Bo Hansson" <bo1.hansson@telia.com> wrote in message
news:ejx2IAEGFHA.4004@tk2msftngp13.phx.gbl...
> Thanks Helmut,
>
> You are probably right.
> Any ideas how to handle cases like that?

There is no way to force Autoexec to run in such cases. Therefore, you have
to work around the porblem, for instance having the Autotext code run the
first time the user clicks any button on the add-in's toolbars

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup