D
Dan
I am just trying to set an AutoOpen routine to turn off the comments and
revisions and set the revisions view to final.
Sub AutoOpen()
With ActiveWindowView
..ShowRevisionsAndComments = False
..RevisionsView = wdRevisionsViewFinal
End With
End Sub
I add it as a module to my normal template and when I open a document I get
the "vba object variable or with block variable not set" error.
What is going wrong?
revisions and set the revisions view to final.
Sub AutoOpen()
With ActiveWindowView
..ShowRevisionsAndComments = False
..RevisionsView = wdRevisionsViewFinal
End With
End Sub
I add it as a module to my normal template and when I open a document I get
the "vba object variable or with block variable not set" error.
What is going wrong?