File date/time

B

Briank

I have established a command button that pulls up an
Excel file, updates it, and then saves it. This Excel
file is a rather large file and takes some time to update
and save. I would like to put some sort of text on the
form that states when this file was last updated/saved.
Therefore the user won't be compelled to click on the
command button and spend time staring at the computer
screen. Is there an easy way to put this text button on
the form?
 
D

Douglas J. Steele

There's a built-in FileDateTime function that will return the last updated
date, given the full path to the file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top