Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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? -- JohnC |
#2
![]() |
|||
|
|||
![]()
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/P...cle.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 On Wed, 16 Mar 2005 07:49:02 -0800, "jcinspwi" wrote: 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? |
#3
![]() |
|||
|
|||
![]()
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. "jcinspwi" wrote in message ... 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? -- JohnC |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
spell check locked form | Microsoft Word Help | |||
How I activate spell check in a protected word form? | Microsoft Word Help | |||
Getting Spell Check Macro to work | Microsoft Word Help | |||
Protected form spell check | Microsoft Word Help | |||
spell check form fields | Microsoft Word Help |