How to set up landscape/portrait toolbar buttons in Word

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a Word template that allows users to click on a toolbar
button to change the format between landscape and portrait and continues with
page numbering.

Any ideas on how this could be created?
 
Jaycee said:
I'm trying to create a Word template that allows users to click on a
toolbar button to change the format between landscape and portrait
and continues with page numbering.

Any ideas on how this could be created?

With difficulty :(

See http://word.mvps.org/FAQs/Formatting/LandscapeSection.htm for the
background.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Create a macro to insert a section break, format the new section as
landscape and portrait (according to whatever the previous section wasn't);
and assign the macro to a button. Easy if you know enough about macro
writing to do it -- but then, you wouldn't have posted the question if that
were the case -- fairly tricky otherwise.
 
Back
Top