R
Rinze Smit
Hello,
We have this template in which the vba-code for spelling in a protected
document is used. (I got it through the MVP-site).
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm
However, now we get an error concerning a certain part of the code.
The part of the code is:
If FmFld.Range.SpellingErrors.Count > 0 Then
'the following condition is to allow for a Word97 bug, which........
The error I get is:
Error 4198 - command failed ("opdracht mislukt" in Dutch)
When I use the debug option, The IF part stated above is selected. When I
hold my mousepointer on 'FmFld.Range.SpellingErrors.Count' it says that it's
value is '0'
It seems that the error always occurs in the same formfield.
We work with Office97 SP2b on a Citrix Metaframe environment.
Thanks for any help.
Rinze Smit
Revalidatie Friesland
We have this template in which the vba-code for spelling in a protected
document is used. (I got it through the MVP-site).
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm
However, now we get an error concerning a certain part of the code.
The part of the code is:
If FmFld.Range.SpellingErrors.Count > 0 Then
'the following condition is to allow for a Word97 bug, which........
The error I get is:
Error 4198 - command failed ("opdracht mislukt" in Dutch)
When I use the debug option, The IF part stated above is selected. When I
hold my mousepointer on 'FmFld.Range.SpellingErrors.Count' it says that it's
value is '0'
It seems that the error always occurs in the same formfield.
We work with Office97 SP2b on a Citrix Metaframe environment.
Thanks for any help.
Rinze Smit
Revalidatie Friesland