PC Review


Reply
Thread Tools Rate Thread

Auto insert "CreateDate" to Footer

 
 
David
Guest
Posts: n/a
 
      22nd Aug 2007
How can I setup up insertion of the Creation Date, not now etc, into a
sheet.xlt footer, this is mainly to identify old sheets that have Nows etc
in them, simply to know when the sheet was created.
Many thanks,
Dave


 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      22nd Aug 2007
Insert the following macro in ThisWork code area:

Private Sub Workbook_BeforePrint(Cancel As Boolean)
v = ActiveWorkbook.BuiltinDocumentProperties(11).Value
ActiveSheet.PageSetup.CenterFooter = v
End Sub
--
Gary''s Student - gsnu200738


"David" wrote:

> How can I setup up insertion of the Creation Date, not now etc, into a
> sheet.xlt footer, this is mainly to identify old sheets that have Nows etc
> in them, simply to know when the sheet was created.
> Many thanks,
> Dave
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
WORD 2007, How to insert "Page x of y Pages"in footer? =?Utf-8?B?QXVQaGluZ2Vy?= Microsoft Word Document Management 5 20th Jan 2010 05:58 PM
Header and footer "Insert auto text" drop down is empty Palas Microsoft Word Document Management 1 6th Nov 2008 10:04 AM
Insert "name" and "auto ID" into tables by using a form ali Microsoft Access Forms 3 11th Jan 2008 06:56 AM
How to restore the "Insert Auto Text" menu in the "Header & Footer" tool bar???? Gilles Desjardins Microsoft Word New Users 3 16th May 2005 02:53 PM
I have lost my lost the "Insert Auto Text" in Header/Footer Jim Henderson Microsoft Word New Users 5 8th Apr 2005 12:22 AM


Features
 

Advertising
 

Newsgroups
 


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