View Single Post
 
Old 10-18-2016, 05:39 AM
Cosmo Cosmo is offline Windows Vista Office 2007
Competent Performer
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

I remember having a similar problem a while ago, not sure what it was that fixed it, but try adding this code before the 'Unprotect'

Quote:
If Activedocument.ActiveWindow.View.SplitSpecial = wdPaneNone Then
Activedocument.ActiveWindow.ActivePane.View.Type = wdPrintView
Else
Activedocument.ActiveWindow.View.Type = wdPrintView
End If
Reply With Quote