Multiple Line Footer

W

W Arrington

I want to insert 3 separate lines of text into the footer using a macro. How
do I do this?
 
A

Andrew V

Just an example:

ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range.Text _
= lineA & vbCr & "This is line B" & vbCr & lineC

Andrew
 

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