Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As Bob said, in a cell:
=DocProps ("creation date") from VBA dim v as Variant v = DocProps("creation date") if iserror(v) then msgbox "Problems" else msgbox "Results are " & v End if -- Regards, Tom Ogilvy "Les Stout" wrote: Hi Bob, please excuse the ignorance, but how do i call the function or get it to give me what i need... Les Stout *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 file/properties to view created date/time how in 2007? | Excel Discussion (Misc queries) | |||
How do I find date a data file in Outlook has been created? | Excel Discussion (Misc queries) | |||
Getting at Windows File Created date with VBA | Excel Programming | |||
Saving multi-tab excel file created from comma delimited text file | Excel Programming | |||
Change File DATE created & modified | Excel Programming |