Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a procedure that imports data from another workbook. I want ensure
that the source workbook has been updated in the last 10 minutes before I do the import. How can I do this? Here is an example: ' make sure macola file has been updated in the last 10 mins If ThisWorkbook.BuiltinDocumentProperties("Last Save Time") + 10 minutes < Date Then Call UpdateStatusOnOpen(ThisWorkbook) End If -- Cheers, Ryan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add 10 minutes to a date/time value | Excel Worksheet Functions | |||
Date Difference Hours, Minutes | Excel Discussion (Misc queries) | |||
How to: date field minus minutes equals new date | Excel Worksheet Functions | |||
Date Difference in ONLY minutes | Excel Discussion (Misc queries) | |||
Difference of date & time in minutes | Excel Worksheet Functions |