D
Danny Sowden
I have created a form in word and have locked it so that
the user can only change the fileds and not the field
headings.
I have a text field which is about 200 chars of free text
and i want the user to be able to spell check it after
they have typed it. I created a command button and
allocated it the following code -
"Application.ResetIgnoreAll
ActiveDocument.SpellingChecked = False
ActiveDocument.CheckSpelling"
Which i got from VB Help. The problem is the code stops as
the form is protected. How can i get around this. Really i
would just like the spell check to be on the one text
field not the entire form as well.
I am using Word 2000 and Visual Basic 6.0
the user can only change the fileds and not the field
headings.
I have a text field which is about 200 chars of free text
and i want the user to be able to spell check it after
they have typed it. I created a command button and
allocated it the following code -
"Application.ResetIgnoreAll
ActiveDocument.SpellingChecked = False
ActiveDocument.CheckSpelling"
Which i got from VB Help. The problem is the code stops as
the form is protected. How can i get around this. Really i
would just like the spell check to be on the one text
field not the entire form as well.
I am using Word 2000 and Visual Basic 6.0