Re: defaults for templates.......
From: Bill Foley (pttincnospam_at_itexas.net)
Date: 02/13/04
- Next message: Stephen: "Re: Collaborating on documents"
- Previous message: rtp5963: "Forms Drop Down Box"
- In reply to: Graham Mayor: "Re: defaults for templates......."
- Next in thread: Suzanne S. Barnhill: "Re: defaults for templates......."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Feb 2004 11:03:03 -0600
Yeah, I use the AutoOpen and AutoClose to force "FullScreen" view (return to
Print Layout view) when linking to Word documents from within PowerPoint
slides.
-- Bill Foley, Microsoft MVP (PowerPoint) www.pttinc.com Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/ "Success, something you measure when you are through succeeding." "Graham Mayor" <gmayor@mvps.org> wrote in message news:e$7W6yk8DHA.2332@TK2MSFTNGP10.phx.gbl... > You can force the issue with a couple of macros: > > Sub Autonew() > With ActiveWindow.View > .Type = wdPrintView > .Zoom.Percentage = 100 > End With > CommandBars("Reviewing").Visible = False > End Sub > > Sub AutoOpen() > ActiveWindow.Caption = ActiveDocument.FullName > With ActiveWindow.View > .Type = wdPrintView > .Zoom.Percentage = 100 > End With > End Sub > > The above are from my notebook and add a couple of extra items - whiuch > should be self evident > > See http://www.gmayor.com/installing_macro.htm > > -- > <>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<> > Graham Mayor - Word MVP > E-mail gmayor@mvps.org > Web site www.gmayor.com > Word MVP web site www.mvps.org/word > <>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<> > > Bill Foley wrote: > > The view takes on the setting of the file you are opening (or your > > normal.dot when starting Word). Open your template, set the view to > > Page Layout, save your template, close your template, then recreate a > > new document based on your template by clicking "File", "New". It > > should open to the view setting of the template. > > > > > > <dontisdale@vitalworks.com> wrote in message > > news:1010201c3f248$453b57f0$a501280a@phx.gbl... > >> Hi all, > >> Is there a way to set the way the templates look when > >> they are first opened up, for example: Page Layout View > >> vers. Normal View? > >> > >> Thanks for the help! > >> > >> Don > >
- Next message: Stephen: "Re: Collaborating on documents"
- Previous message: rtp5963: "Forms Drop Down Box"
- In reply to: Graham Mayor: "Re: defaults for templates......."
- Next in thread: Suzanne S. Barnhill: "Re: defaults for templates......."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|