Quote Originally Posted by Chas Kenyon View Post
Note that there is no way you can be sure that another user will allow your code to run.
This I kind of already solved.
I run this procedure before I save the document:

Sub hideAll()
    ThisDocument.Range.Font.Hidden = True
End Sub
The document then has a picture-button-macro that triggers the reverse action.
..They need to enable macros to see the form