Macro to add path to footer

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

After successfully creating a macro to add the workbook
path to the footer, as described in the Microsoft
Knowledge Base Article-213615, I found that I could not
alter the font of the resulting footer text. Can anyone
provide directions that will allow the ability to specify
the characteristics of the footer text? Please post both
to the newsgroup and direct reply. Thanks
 
Terry,

This changes the font, bold attribute and size

With ActiveSheet.PageSetup
.LeftFooter = "&""Arial,Bold""&12&A" & ActiveWorkbook.FullName
End With


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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

Back
Top