Re: defaults for templates.......

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Bill Foley (pttincnospam_at_itexas.net)
Date: 02/13/04


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
>
>


Relevant Pages

  • Re: defaults for templates.......
    ... Sub Autonew() ... Word MVP web site www.mvps.org/word ... Open your template, set the view to ... >> they are first opened up, for example: Page Layout View ...
    (microsoft.public.word.docmanagement)
  • Re: Ribbon Customizatin AddIn
    ... idea ultimately allows the user to edit the template. ... Private myArrayPriAs String ... Sub Onload ... Dim pUserInt As String ...
    (microsoft.public.word.vba.general)
  • Re: Load Data Into ListBox1
    ... Sub AutoNew() ... template, when you select New from the File menu and then select the ... ListBox1, then choose the row I want to insert into the word document, ... ListBox1 opens, but no data is displayed inside ...
    (microsoft.public.word.vba.general)
  • Re: How to call macros and userforms from another template
    ... > UserForm: frmAddress ... > sub MyUserFormShow() ... > To run this from another template, regardless of the location of your ... >> Dim objAtE As AutoTextEntry ...
    (microsoft.public.word.vba.general)
  • Re: Is there a way to get color to appear when you click in a cell in an MS Word 2003 table?
    ... box at the bottom of the dialog to "Document Template ". ... Private WithEvents wdApp As Word.Application ... Private Sub Document_New ... Private Sub Document_Open ...
    (microsoft.public.word.formatting.longdocs)