Home |
Search |
Today's Posts |
#1
|
|||
|
|||
Making Spell Check Work on a protected document
I'm still working on those Department of the Army Forms and trying to get it
so that spell check will work in the user input areas. I've created a simple template with "text form field" and got the table that the fields sit in looking just right. Now in order to spell check I looked up "How to enable the spellchecker in a protected document" and got to this site http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm I cut and pasted the macro then built a button for it using: http://word.mvps.org/FAQs/Customizat...oToToolbar.htm All of this has been quite fun. I didn't know word could do all of this stuff. But the MACRO isn't working. The code gives me a Run-time error 5650 This command is unavailable because the form field was not inserted with the Forms toolbar or by using hte Insert Form Field dialog box. If I use the form's toolbar I can't create the forms to look the way they need to. Is there a way to get my text field forms spell checked and keep the document secure? HELP PLEASE! -SSG Jacob Roecker www.sgtstime.com |
#2
|
|||
|
|||
I made an error in this post. It should read that I have problems using the
design template toolbar and getting my forms to look proper. I can, and have been using the forms toolbar in generating my forms. Sorry about the mistaken terminology. -JFR "Jacob_F_Roecker" wrote: I'm still working on those Department of the Army Forms and trying to get it so that spell check will work in the user input areas. I've created a simple template with "text form field" and got the table that the fields sit in looking just right. Now in order to spell check I looked up "How to enable the spellchecker in a protected document" and got to this site http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm I cut and pasted the macro then built a button for it using: http://word.mvps.org/FAQs/Customizat...oToToolbar.htm All of this has been quite fun. I didn't know word could do all of this stuff. But the MACRO isn't working. The code gives me a Run-time error 5650 This command is unavailable because the form field was not inserted with the Forms toolbar or by using hte Insert Form Field dialog box. If I use the form's toolbar I can't create the forms to look the way they need to. Is there a way to get my text field forms spell checked and keep the document secure? HELP PLEASE! -SSG Jacob Roecker www.sgtstime.com |
#3
|
|||
|
|||
If you are using the Controls Toolbox to insert things in your forms, it can
cause problems. Protecting the document does not activate these controls. -- 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. "Jacob_F_Roecker" wrote in message ... I'm still working on those Department of the Army Forms and trying to get it so that spell check will work in the user input areas. I've created a simple template with "text form field" and got the table that the fields sit in looking just right. Now in order to spell check I looked up "How to enable the spellchecker in a protected document" and got to this site http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm I cut and pasted the macro then built a button for it using: http://word.mvps.org/FAQs/Customizat...oToToolbar.htm All of this has been quite fun. I didn't know word could do all of this stuff. But the MACRO isn't working. The code gives me a Run-time error 5650 This command is unavailable because the form field was not inserted with the Forms toolbar or by using hte Insert Form Field dialog box. If I use the form's toolbar I can't create the forms to look the way they need to. Is there a way to get my text field forms spell checked and keep the document secure? HELP PLEASE! -SSG Jacob Roecker www.sgtstime.com |
#4
|
|||
|
|||
I got around it by using continuous breaks within the table and then only
password protecting certain sections of the document. All the cells that form users were to fill in were not protected and all cells that contained information for the form were protected. It worked for my Dept. of Transportation forms. Good luck. "Jacob_F_Roecker" wrote: I'm still working on those Department of the Army Forms and trying to get it so that spell check will work in the user input areas. I've created a simple template with "text form field" and got the table that the fields sit in looking just right. Now in order to spell check I looked up "How to enable the spellchecker in a protected document" and got to this site http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm I cut and pasted the macro then built a button for it using: http://word.mvps.org/FAQs/Customizat...oToToolbar.htm All of this has been quite fun. I didn't know word could do all of this stuff. But the MACRO isn't working. The code gives me a Run-time error 5650 This command is unavailable because the form field was not inserted with the Forms toolbar or by using hte Insert Form Field dialog box. If I use the form's toolbar I can't create the forms to look the way they need to. Is there a way to get my text field forms spell checked and keep the document secure? HELP PLEASE! -SSG Jacob Roecker www.sgtstime.com |
Reply |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
Spell check fields in templates? | Microsoft Word Help | |||
Distributing form with spell check macro | Microsoft Word Help | |||
how do i spell check a single word document in two languages | Microsoft Word Help | |||
Spell Check on Password protected Documents | Microsoft Word Help | |||
spell check | Tables |