Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Extracting date file modified from a text file.

Hi
As part of an error checking control step I would like to add some VBA
to a Macro which requires extracting the date of modification of a
text file.

Specifically I want to read the date modified property of an
external .txt file before continuing to import the data from that
file into my current workbook.

If this date modified property does not equal Todays date (Today()) I
want a message box to appear saying the File will not be imported as
it was not modified Today. I then want the Macro to be terminated. If
it does equal todays date - no message box and continue with the rest
of the Macro code.

Would anyone be able to help me with the coding of this

Thanks
Eddie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default Extracting date file modified from a text file.

"webels" je napisao u poruci interesnoj
...
Hi
As part of an error checking control step I would like to add some VBA
to a Macro which requires extracting the date of modification of a
text file.



there is vba function 'filedatetime(filename)' which returns the date-time
of a specified file-name, so you may process it as you want


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Extracting date file modified from a text file.

On Apr 19, 5:02*pm, "sali" wrote:
"webels" je napisao u poruci interesnoj
....

Hi
As part of an error checking control step I would like to add some VBA
to a Macro which requires extracting the date of modification of a
text file.


there is vba function 'filedatetime(filename)' which returns the date-time
of a specified file-name, so you may process it as you want


Thanks Sali
Will this give me the modified time of the file?
Or will it return the created date?

Thanks for your help
Eddie
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Extracting date file modified from a text file.

The help files says "Returns a Variant (Date) that indicates the date and
time when a file was created or last modified", so if the file were
modified, then that is the date that is returned. By the way, it is always a
good idea to read the help files about any new command you hear about (while
not the case here, there could be optional arguments that would be handy to
know about). The easiest way to get to the help file for a particular
command is to put the cursor on it (if you do not have it in code yet, just
type it into the Immediate Window) and press F1.

--
Rick (MVP - Excel)



"webels" wrote in message
...
On Apr 19, 5:02 pm, "sali" wrote:
"webels" je napisao u poruci interesnoj
...

Hi
As part of an error checking control step I would like to add some VBA
to a Macro which requires extracting the date of modification of a
text file.


there is vba function 'filedatetime(filename)' which returns the
date-time
of a specified file-name, so you may process it as you want


Thanks Sali
Will this give me the modified time of the file?
Or will it return the created date?

Thanks for your help
Eddie


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Extracting date file modified from a text file.

On Apr 19, 9:43*pm, "Rick Rothstein"
wrote:
The help files says "Returns a Variant (Date) that indicates the date and
time when a file was created or last modified", so if the file were
modified, then that is the date that is returned. By the way, it is always a
good idea to read the help files about any new command you hear about (while
not the case here, there could be optional arguments that would be handy to
know about). The easiest way to get to the help file for a particular
command is to put the cursor on it (if you do not have it in code yet, just
type it into the Immediate Window) and press F1.

--
Rick (MVP - Excel)

"webels" wrote in message

...



On Apr 19, 5:02 pm, "sali" wrote:
"webels" je napisao u poruci interesnoj
...


Hi
As part of an error checking control step I would like to add some VBA
to a Macro which requires extracting the date of modification of a
text file.


there is vba function 'filedatetime(filename)' which returns the
date-time
of a specified file-name, so you may process it as you want


Thanks Sali
Will this give me the modified time of the file?
Or will it return the created date?


Thanks for your help
Eddie


Thanks Rick looks good and thanks for the advice and again thanks sali
for the pointer
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
Getting file name and Modified date MarkS Excel Programming 2 September 14th 07 10:08 PM
insert the date the file was last modified Ted M H Excel Discussion (Misc queries) 5 September 2nd 07 03:28 PM
Last modified date of a linked file tjc Excel Discussion (Misc queries) 8 August 31st 07 04:30 PM
date file modified Matthew Excel Discussion (Misc queries) 2 October 11th 06 06:52 PM
Get the date a file was modified JustinP Excel Programming 2 September 5th 06 04:54 AM


All times are GMT +1. The time now is 11:42 AM.

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"