R
Rosiewednesday
Hello all,
I have created a document using ActiveX Controls in a text box. I did this
so I could limit the number of characters typed into the form. I've tried
running the Spell Checker macro that was given on Microsoft's site from MVPs
(I couldn't get this to work at all- not quite sure what to delete from the
site to VB), and this macro:
Sub SCForm()
ActiveDocument.Unprotect
Selection.WholeStory
Selection.LanguageID = wdEnglishUS
ActiveDocument.CheckSpelling
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True
End Sub
It now checks the spelling in the form fields, but still not in the ActiveX
text box. Help!
Thanks,
Rosie
I have created a document using ActiveX Controls in a text box. I did this
so I could limit the number of characters typed into the form. I've tried
running the Spell Checker macro that was given on Microsoft's site from MVPs
(I couldn't get this to work at all- not quite sure what to delete from the
site to VB), and this macro:
Sub SCForm()
ActiveDocument.Unprotect
Selection.WholeStory
Selection.LanguageID = wdEnglishUS
ActiveDocument.CheckSpelling
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True
End Sub
It now checks the spelling in the form fields, but still not in the ActiveX
text box. Help!
Thanks,
Rosie