View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default Is there an author field in Excel?

Gord,
Point taken.
'--
Jim Cone




"Gord Dibben"
<gorddibbATshawDOTca wrote in message
Jim
The Author of the workbook is not necessarily the name of the user who opens
the workbook.
Gord


On Wed, 18 Mar 2009 00:38:50 -0700, "Jim Cone"
wrote:
Sub GiveMeCredit()
ActiveSheet.PageSetup.RightFooter = Application.UserName
End Sub