#1   Report Post  
The Boondock Saint
 
Posts: n/a
Default Date in Page...

Hi guys,
Im just wondering how I can have the the time and date in a sheet....
basically im saving the sheet as a webpage.. and just want to have the time
and date it was saved included....

Hope someone can help out..

Cheers....


  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
use the following UDF (only on workbook level):


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)


"The Boondock Saint" wrote:

Hi guys,
Im just wondering how I can have the the time and date in a sheet....
basically im saving the sheet as a webpage.. and just want to have the time
and date it was saved included....

Hope someone can help out..

Cheers....



  #3   Report Post  
The Boondock Saint
 
Posts: n/a
Default

:) well with abit of playing around.. ive found the NOW function....

This shows the current date and time and is perfect.... im wondering is
there anyway to include this into another function.. such as the CONCATENATE
function

Cheers

"The Boondock Saint" wrote in message
...
Hi guys,
Im just wondering how I can have the the time and date in a sheet....
basically im saving the sheet as a webpage.. and just want to have the

time
and date it was saved included....

Hope someone can help out..

Cheers....




  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try to explain what you're trying to achieve with this. Of course you could
include NOW() or TODAY() in another function. e.g.
="The vcurrent date is: " & TEXT(TODAY(),"MM/DD/YYYY")

"The Boondock Saint" wrote:

:) well with abit of playing around.. ive found the NOW function....

This shows the current date and time and is perfect.... im wondering is
there anyway to include this into another function.. such as the CONCATENATE
function

Cheers

"The Boondock Saint" wrote in message
...
Hi guys,
Im just wondering how I can have the the time and date in a sheet....
basically im saving the sheet as a webpage.. and just want to have the

time
and date it was saved included....

Hope someone can help out..

Cheers....





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
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
How do I add a date formula to a cell but hide the contents with . Emzy Wemzy Excel Discussion (Misc queries) 2 December 12th 04 01:48 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
excel 2003 page numbering art Excel Worksheet Functions 3 December 8th 04 10:49 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


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