PC Review


Reply
Thread Tools Rate Thread

Can I change a file's properties in Excel?

 
 
Ron100
Guest
Posts: n/a
 
      8th Jan 2010
I copy an excel file each year and update the dates etc to enter a new year's
set of figures. The File Properties still show the original date that the
file was created. How can I amend the creation date to show the current year?
 
Reply With Quote
 
 
 
 
Bob I
Guest
Posts: n/a
 
      8th Jan 2010
What about Select and Copy the Worksheet to a New Book instead?

Ron100 wrote:

> I copy an excel file each year and update the dates etc to enter a new year's
> set of figures. The File Properties still show the original date that the
> file was created. How can I amend the creation date to show the current year?


 
Reply With Quote
 
מיכאל (מיקי) אבידן
Guest
Posts: n/a
 
      8th Jan 2010
On the new created file try to run the following macro:
-------------------------------------
Sub Change_Create_Date()
ActiveWorkbook.BuiltinDocumentProperties(11).Value = Date
End Sub
----------
Micky


"Ron100" wrote:

> I copy an excel file each year and update the dates etc to enter a new year's
> set of figures. The File Properties still show the original date that the
> file was created. How can I amend the creation date to show the current year?

 
Reply With Quote
 
Ron100
Guest
Posts: n/a
 
      10th Jan 2010
Many thanks Micky - that worked a treat - Ron

"מיכאל (מיקי) אבידן" wrote:

> On the new created file try to run the following macro:
> -------------------------------------
> Sub Change_Create_Date()
> ActiveWorkbook.BuiltinDocumentProperties(11).Value = Date
> End Sub
> ----------
> Micky
>
>
> "Ron100" wrote:
>
> > I copy an excel file each year and update the dates etc to enter a new year's
> > set of figures. The File Properties still show the original date that the
> > file was created. How can I amend the creation date to show the current year?

 
Reply With Quote
 
Ron100
Guest
Posts: n/a
 
      11th Jan 2010

Many thanks Micky - the macro worked and date was changed

Ron
"מיכאל (מיקי) אבידן" wrote:

> On the new created file try to run the following macro:
> -------------------------------------
> Sub Change_Create_Date()
> ActiveWorkbook.BuiltinDocumentProperties(11).Value = Date
> End Sub
> ----------
> Micky
>
>
> "Ron100" wrote:
>
> > I copy an excel file each year and update the dates etc to enter a new year's
> > set of figures. The File Properties still show the original date that the
> > file was created. How can I amend the creation date to show the current year?

 
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
Macro to change file properties TomH Microsoft Excel Programming 1 2nd Jul 2008 04:52 PM
How do I change file properties? =?Utf-8?B?TWFydGluZWxsaXM=?= Windows XP Security 5 25th Dec 2005 07:40 AM
Properties transferring from excel cells to word file properties =?Utf-8?B?bHVibw==?= Microsoft Excel Programming 4 12th Jul 2005 11:24 AM
Change file properties Sketcher Windows XP Photos 0 24th Aug 2004 04:40 PM
can't change file and folder properties stan Windows XP Performance 1 26th Dec 2003 11:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:32 PM.