Option Explicit missing as macro

K

Ken White

Hi,
Because Spellcheck can not be used in locked Word documents
(i.e. forms) I downloaded your spellcheck Option Explicit
work around. It worked great.

We recently upgraded to Office XP Professional, and hit a
problem.

When we add the Option Explicit in as a module, and then
return to Word to assign it a button on the tool bar, it
does not show up with the other macro's.

Thoughts?

Regards,

Ken
 
J

Joost Verdaasdonk

Hi Ken, :D

Remember to put in the code you're writing this Question
for! (now I've got to guess)

Is the macro in an open document or in Normal.dot?
Has the Sub got a Private prefix?
Has the Sub got extra Parameter? ( Sub bla(bla As string)

In the header of the module is there a "Option Private
Module" declaration?

Enjoy,
Joost Verdaasdonk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top