adding formatted footer line to existing footer

M

mark

Given a document that has a right-aligned footer, I need
to put an additional left-aligned footer into the same
document.

something like:

activedocument.footer = activedocument.footer & chr(10)
& "next line of footer"

where the original footer is right aligned, and the new
line is left aligned.

How can this be done?

thanks.
Mark
 
J

Jean-Guy Marcil

mark was telling us:
mark nous racontait que :
Given a document that has a right-aligned footer, I need
to put an additional left-aligned footer into the same
document.

something like:

activedocument.footer = activedocument.footer & chr(10)
& "next line of footer"

where the original footer is right aligned, and the new
line is left aligned.

The easiest would be to have a left-aligned footer, set a right-aligned tab
on the right margin, tab to it for the first line. Then, when you add the
second line, it will be left aligned by default.

Otherwise you could use a style using frames for the second line, but that
might be more difficult than the above.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top