Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Josh Brewster
 
Posts: n/a
Default How do I insert date modified in an Excel document?

I'm not getting this - how come I can't insert a date modified in an Excel
document? In Word, it is really simple; the formula is a built - in feature.
  #2   Report Post  
Fred Smith
 
Posts: n/a
Default

We need to know what you mean by "insert a date modified".

Entering the current date is easy: Use Ctrl-:

Excel also has several date functions, include =Date(year, month, day)

Does any of this help?

--
Regards,
Fred


"Josh Brewster" <Josh wrote in message
...
I'm not getting this - how come I can't insert a date modified in an Excel
document? In Word, it is really simple; the formula is a built - in feature.



  #3   Report Post  
Josh Brewster
 
Posts: n/a
Default

What I need is a field that shows when the date was last modified, or saved.
If you look in an Excel spreadsheet's properties, you'll see Date Created,
Date Modified, Date Accessed. I'm interested in inserting "Date Modified."

Must admit I'm not that great at Excel - thanks for any info you can provide!

jb

"Fred Smith" wrote:

We need to know what you mean by "insert a date modified".

Entering the current date is easy: Use Ctrl-:

Excel also has several date functions, include =Date(year, month, day)

Does any of this help?

--
Regards,
Fred


"Josh Brewster" <Josh wrote in message
...
I'm not getting this - how come I can't insert a date modified in an Excel
document? In Word, it is really simple; the formula is a built - in feature.




  #4   Report Post  
 
Posts: n/a
Default

you mean Ctrl &;

  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default

What aren't you getting? XL and Word have different built-in features.
The vary from version to version as well.

There are a myriad number of ways to "insert a date modified" in XL -
depending on what you mean. Do you mean a date when any particular cell
is modified? See

http://www.mcgimpsey.com/excel/timestamp.html

Do you mean a date when *any* cell is modified? You could modify the
macro at the above site, or search the archives for any number of
alternative solutions:

http://groups.google.com/advanced_group_search

Use *excel* in the group field.

In article ,
"Josh Brewster" <Josh wrote:

I'm not getting this - how come I can't insert a date modified in an Excel
document? In Word, it is really simple; the formula is a built - in feature.



  #6   Report Post  
Lilliabeth
 
Posts: n/a
Default


Modification date of what? The workbook? A cell?

What formula in Word?


--
Lilliabeth
------------------------------------------------------------------------
Lilliabeth's Profile: http://www.excelforum.com/member.php...o&userid=27741
View this thread: http://www.excelforum.com/showthread...hreadid=476405

  #7   Report Post  
Gary''s Student
 
Posts: n/a
Default

Frank Kable posted this several days ago:



Hi
use the following UDF:

Function DocProps(prop As String)
application.volatile
On Error GoTo err_value
DocProps = ActiveWorkbook.BuiltinDocumentProperties _
(prop)
Exit Function
err_value:
DocProps = CVErr(xlErrValue)
End Function

and enter in a cell
=DOCPROPS("last save time")
(format cell as date)

--
Regards
Frank Kabel
Frankfurt, Germany

--
Gary''s Student


"Josh Brewster" wrote:

I'm not getting this - how come I can't insert a date modified in an Excel
document? In Word, it is really simple; the formula is a built - in feature.

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
have a calendar pop up in a cell to pick & insert a date in excel helevansen Excel Worksheet Functions 3 September 29th 05 09:37 PM
format date in excel Nigel Excel Discussion (Misc queries) 2 September 15th 05 09:52 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM


All times are GMT +1. The time now is 05:34 AM.

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"