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