You can create an AutoOpen macro that sets the view to Normal View, but that
will require the user to click "Enable macros" every time the document is
opened. Will work, but I normally profess to the "Teach them not to climb
the wall, do NOT build a bigger wall"! make sure they close out the
document in Normal View so it will open back up that way.
By the way, I prefer to always have documents open up in Print Layout view.
Any reason why you want Normal View (besides a preference)?
By the way, if you want to use a macro, this would work:
Sub AutoOpen()
ActiveWindow.View.Type = wdNormalView
End Sub
Bill Foley, Microsoft MVP (PowerPoint)
www.pttinc.com