Distributing form with spell check macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a macro to do the spell check on exit of a field in a .doc file.
When I then put that document into our public folders in Outlook and another
user opens it, the spell check doesn't work. I checked the properties on the
field and the macro isn't shown for that user.
How do I get that macro to save in a document posted to public folders for
all users?
 
You need to make sure the code is contained within the form. Chances
are your code is in your Normal.dot as it defaults there. If you
didn't move it, it is most likely not inside that doc/dot.

See this TechTrax article for details.

Sharing Macros
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=166

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
 
See http://addbalance.com/word/movetotemplate.htm. Simplest method long-term
is to put the macro into a global template that is shared/available to all
users and documents.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top