Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Creating a macro to print the date a document was last saved.

Good morning!

I am looking to add a macro to a workbook that will automatically print the
date last saved (in the bottom right corner, I think).

Can you help?

THANK YOU!

~judi
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Creating a macro to print the date a document was last saved.

By the way, I'm in '07.

"Judi" wrote:

Good morning!

I am looking to add a macro to a workbook that will automatically print the
date last saved (in the bottom right corner, I think).

Can you help?

THANK YOU!

~judi

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Creating a macro to print the date a document was last saved.

Hi,

Try adding

Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftHeader =
ActiveWorkbook.BuiltinDocumentProperties.Item("Las t Save Time")
End Sub

If this helps, please click the Yes button,

Cheers,
Shane Devenshire

"Judi" wrote in message
...
By the way, I'm in '07.

"Judi" wrote:

Good morning!

I am looking to add a macro to a workbook that will automatically print
the
date last saved (in the bottom right corner, I think).

Can you help?

THANK YOU!

~judi


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
Document not saved at the end of macro Vinod[_2_] Excel Discussion (Misc queries) 1 September 22nd 08 06:34 PM
can anyone help with the code for creating a aut print macro... des-sa[_2_] Excel Discussion (Misc queries) 1 May 17th 08 01:01 PM
Creating Print Macro Confused Excel Discussion (Misc queries) 1 April 30th 07 12:53 PM
help creating a macro in excel that opens a specific word document Prohock Excel Discussion (Misc queries) 3 March 30th 06 04:58 PM
display last date document saved Skyvalley Excel Worksheet Functions 1 October 21st 05 01:16 AM


All times are GMT +1. The time now is 09:50 PM.

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"