Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Saving filename and file save date?

How do I save the file name/path and the last file save date as part of
the Header or Footer of a spreadsheet?

Bob
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Saving filename and file save date?

I got the code below by recording a mqcro and then adding a header to the
worksheet

With ActiveSheet.PageSetup
.LeftHeader = "&Z&F"
.CenterHeader = "&D&T"
End With

"BobC" wrote:

How do I save the file name/path and the last file save date as part of
the Header or Footer of a spreadsheet?

Bob

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
Saving a file with date and time as filename AAn Excel Programming 7 September 17th 08 04:02 PM
Saving date as part of filename [email protected] Excel Programming 2 March 7th 08 10:42 AM
Newbie, how to save file with date and time as filename Michael Excel Programming 6 March 30th 07 05:44 PM
Filename has Url in file-save dialog when saving exported Excel do GJones Excel Programming 0 September 1st 04 08:17 PM
Saving with date in filename Ben Allen Excel Programming 3 April 26th 04 09:05 AM


All times are GMT +1. The time now is 03:30 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"