R
Roderick O'Regan
I have a document which is always protected. A useform r will be
called to make changes within the document.
The userform unlocks the document, applies the changes, relocks the
document then clears itself. So far so good.
Now the client asks me to incorporate spellchecking into the document.
In the normal course this is not possible as the document is
protected.
If I then create a procedure to unlock the document and call the
spellchecker it might work OK. But as the checker has a modeless
property (Am I using correct terminology here?) the user can click on
the document, make any bizarre changes then return to the
spellchecker.
So, is there a way of making the spellchecker have a modal property,
please?
And if by some chance this is possible, how is the document
automatically re-protected again when the checker is closed?
Or is it a hopeless case in this instance and therefore tell the
client "Sorry, no can do"?
called to make changes within the document.
The userform unlocks the document, applies the changes, relocks the
document then clears itself. So far so good.
Now the client asks me to incorporate spellchecking into the document.
In the normal course this is not possible as the document is
protected.
If I then create a procedure to unlock the document and call the
spellchecker it might work OK. But as the checker has a modeless
property (Am I using correct terminology here?) the user can click on
the document, make any bizarre changes then return to the
spellchecker.
So, is there a way of making the spellchecker have a modal property,
please?
And if by some chance this is possible, how is the document
automatically re-protected again when the checker is closed?
Or is it a hopeless case in this instance and therefore tell the
client "Sorry, no can do"?