I am wondering if/how it is possible to provide a consistent header and
footer for a portrait document (all of it MUST be in portrait), and have
a section within this document rotated as if in landscape. Now, I know
I can rotate *some* items in Word, but these don't include standard Word
tables or embedded Excel spreadsheets/graphs.
Any creative ideas? Maybe a macro generated header and footer which can
be placed in a rotatable object .... I'm pulling my hair out here!
Mark
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gma...@mvps.org
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
> See http://www.mvps.org/word/FAQs/Formatting/LandscapeSection.htm
>
Seriously, thank you so much. I ended up kicking Word for about three
hours and came up with the solution in that page .. well, 90% of it, I
used a Textbox, but after reading that webpage, I'm changing it to
framed tables now.
The site is a marvel, and I can't thank you enough for the info.
Warmest Regards,
M
--
Mark Limburg
Operations Team Leader
Information Systems
BAE SYSTEMS Australia
*NOTE* Take out BLOOP to email me!
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gma...@mvps.org
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Are there sites you would recommend to help me build a macro to
automagically perform the create the sections, unlink the header/footer,
create the two needed rotated frames placed in the landscaped
header/footer, copy and paste the standard header and footer into these
frames, etc etc etc ...
I'm happy to slog away at it, but a head start would be useful.
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"Mark Limburg" <mark.l...@baeBLOOPsystems.com> wrote in message
news:3EEFCA49...@baeBLOOPsystems.com...
Sub SelectPage()
ActiveDocument.Bookmarks("\page").Range.Select
End Sub
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gma...@mvps.org
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
It's still worth having a macro for the insertion. Before inserting the
AutoText entry for the landscape section break you must insert the
'protective' section break at the end of the previous Portrait section, and
(most long-winded and well worth a macro) unlink the headers and footers in
the following section.
I've written this up in an article I did for the UK Institute of Scientific
and Technical Communicators - it's available as PDF at
http://www.syntagma.demon.co.uk/Articles/WordWorkaround2.pdf
--
Margaret Aldis - Microsoft Word MVP
Syntagma partnership site: http://www.syntagma.co.uk
Word MVP FAQ site: http://www.mvps.org/word
"Graham Mayor" <gma...@mvps.org> wrote in message
news:OIM1oWX...@TK2MSFTNGP12.phx.gbl...
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gma...@mvps.org
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Margaret Aldis wrote:
> Hi Graham
>
> It's still worth having a macro for the insertion. Before inserting
> the AutoText entry for the landscape section break you must insert the
> 'protective' section break at the end of the previous Portrait
> section, and (most long-winded and well worth a macro) unlink the
> headers and footers in the following section.
>
> I've written this up in an article I did for the UK Institute of
> Scientific and Technical Communicators - it's available as PDF at
>
> http://www.syntagma.demon.co.uk/Articles/WordWorkaround2.pdf
>
>
>Hi Graham
>
>It's still worth having a macro for the insertion. Before inserting the
>AutoText entry for the landscape section break you must insert the
>'protective' section break at the end of the previous Portrait section, and
>(most long-winded and well worth a macro) unlink the headers and footers in
>the following section.
>
>I've written this up in an article I did for the UK Institute of Scientific
>and Technical Communicators - it's available as PDF at
>
>http://www.syntagma.demon.co.uk/Articles/WordWorkaround2.pdf
Nice article!
Why not save both section breaks in the AutoText entry? I.e. save a
complete landscape chunk with both breaks.
I suppose there is the risk that if you have changed the header or
footer in the actual document so that it is not the same as the
template, inserting a preset section break from the template would be
dangerous...
Is there another reason?
Bob S
Thanks :-)
> Why not save both section breaks in the AutoText entry? I.e. save a
> complete landscape chunk with both breaks.
>
> I suppose there is the risk that if you have changed the header or
> footer in the actual document so that it is not the same as the
> template, inserting a preset section break from the template would be
> dangerous...
>
> Is there another reason?
>
You could save both section breaks in the AutoText as you say if the
portrait format is the same throughout the document. However, in a lot of
tech docs you have different headers/footers in main body and appendices (a
common place for landscape page inserts) and also the first section of the
main body may be set to start page numbering at 1 (after the front matter).
All in all, as a generic description of the method, it seemed safer and more
educative of the logic to think of inserting a section break to capture and
preserve the current format, then breaking the link of the following
section, and finally inserting the landscape page (or any of a choice of
preprepared page formats) with its defining section break from AutoText.
Since the de-linking has to be done anyway, there's no real advantage in the
packaged AutoText.