Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Is there an author field in Excel?

Example code...........strip out the properties you don't need.

Sub Stuff_In_Footer()
With ActiveSheet.PageSetup
.LeftFooter = _
ThisWorkbook.BuiltinDocumentProperties("Title") & " " & _
ThisWorkbook.BuiltinDocumentProperties("Subject") & " " & _
ThisWorkbook.BuiltinDocumentProperties("Author") & " " & _
Format(ThisWorkbook.BuiltinDocumentProperties("Cre ation Date"), _
"yyyy-mmm-dd hh:mm:ss")
.LeftHeader = ThisWorkbook.CustomDocumentProperties("Client")
End With
End Sub


Gord Dibben MS Excel MVP

On Tue, 17 Mar 2009 22:30:11 -0700, KittyB
wrote:

I want to add the name of the author to the footer in Excel.
I know that Excel knows the name of the author.
I can see it in document properties, and whenever I create a macro, my name
appears.
I would like to print the name at the bottom of the page.
Is there any way to do this?

I do not see a button for Author on the custom Header/Footer dialog box.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i change author on excel spreadsheet? valexandra1 Excel Discussion (Misc queries) 3 April 3rd 23 02:37 PM
Excel author name Jim Lynch Excel Discussion (Misc queries) 6 March 29th 10 04:40 PM
Excel 2003 - How do identify author? Arceedee Excel Discussion (Misc queries) 1 November 6th 08 08:25 AM
How do I change the author on an Excel spreadsheet? JScott Excel Discussion (Misc queries) 2 March 5th 08 03:32 PM
Excel comments replace author Not_an_expert Excel Discussion (Misc queries) 2 March 29th 06 08:25 PM


All times are GMT +1. The time now is 08:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"