#1   Report Post  
PCGrammy
 
Posts: n/a
Default SaveData Field

Is it possible to insert a SaveDate field in an Excel worksheet footer?
--
PCGrammy
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

Not really. The best you can do is to use a VBA procedure to
enter the property value. In the ThisWorkbook code module, use
code like the following:

Private Sub Workbook_BeforePrint(Cancel As Boolean)
Me.Worksheets("Sheet1").PageSetup.CenterFooter = _
Me.BuiltinDocumentProperties("Last Save Time").Value
End Sub



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"PCGrammy" wrote in message
...
Is it possible to insert a SaveDate field in an Excel worksheet
footer?
--
PCGrammy



  #3   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Note: If you use Excel 97 this Property will not update
See http://www.rondebruin.nl/print.htm#Saved

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Chip Pearson" wrote in message ...
Not really. The best you can do is to use a VBA procedure to enter the property value. In the ThisWorkbook code module, use code
like the following:

Private Sub Workbook_BeforePrint(Cancel As Boolean)
Me.Worksheets("Sheet1").PageSetup.CenterFooter = _
Me.BuiltinDocumentProperties("Last Save Time").Value
End Sub



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"PCGrammy" wrote in message ...
Is it possible to insert a SaveDate field in an Excel worksheet footer?
--
PCGrammy





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
Pivot Table Comment Field robertjtucker Excel Discussion (Misc queries) 6 August 1st 05 03:39 PM
Pivot table field types stevehere Excel Discussion (Misc queries) 2 June 1st 05 11:54 AM
Stop text from stringing into next field when empty NothingButRomance Excel Worksheet Functions 7 May 17th 05 02:22 AM
Stop text from stringing into next field when empty NothingButRomance Excel Worksheet Functions 2 May 15th 05 05:32 PM
Problems with Pivot Table Field Sorting in Excel 2002 Phoenix71555 Excel Discussion (Misc queries) 1 February 27th 05 11:25 PM


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

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

About Us

"It's about Microsoft Excel"