Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yeah, you're right. My mistake.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Peter Rooney" wrote in message ... Chip, it changes the value on the "Statistics" tab, but the value in the "General" tab remains unchanged. Cheers Pete "Chip Pearson" wrote: Try ThisWorkbook.BuiltinDocumentProperties("Creation Date").Value = Now -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Peter Rooney" wrote in message ... Good afternoon, all. Is there a reason why the following doesn't work? Sub ChangeCreationDate() ActiveWorkbook.BuiltinDocumentProperties.Item("Cre ation Date:").Value = "06/03/07" End Sub Does the date have to be in a particular format, or it is simply because there are some properties you just can't change? Thanks in advance Pete |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
File Creation Date | Excel Worksheet Functions | |||
How can I get date of file creation to XLS cell in date format? | Excel Worksheet Functions | |||
Custom Document Properties - Last Calculation Date | Excel Programming | |||
file creation date | Excel Worksheet Functions | |||
accessing custom document properties without loading file | Excel Programming |