ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   adding author details to a footer (https://www.excelbanter.com/excel-discussion-misc-queries/68315-adding-author-details-footer.html)

dave nicholls

adding author details to a footer
 
is it possible to add author detials to a footer, in the same way you can add
file details, time stamp etc



Kevin B

adding author details to a footer
 
You can use this macro to insert the Author name into the footer:

Sub Author()

ActiveSheet.PageSetup.CenterFooter = ActiveWorkbook. _
BuiltinDocumentProperties("Author").Value

End Sub

--
Kevin Backmann


"dave nicholls" wrote:

is it possible to add author detials to a footer, in the same way you can add
file details, time stamp etc




All times are GMT +1. The time now is 11:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com