Hi.
I have an Access database that contains certain values which I can extract using VBA in Excel, then I perform calculations on those values and then store the results into an Excel spreadsheet.
What I want to do is to check the .mdb file to see if it was modified since the last time I acessed it from the Excel macro (I'll probably store the Last Accessed date inside an INI file) and if it has been modified, go to the table that contains the values I need, and check to see if that was modified. If it has been modified, redo the calculations and store the new results back into the Excel sheet.
Hopefully the explanation of my problem is sufficient. Any help with this will be greatly appreciated.
Thanks in advance.
I have an Access database that contains certain values which I can extract using VBA in Excel, then I perform calculations on those values and then store the results into an Excel spreadsheet.
What I want to do is to check the .mdb file to see if it was modified since the last time I acessed it from the Excel macro (I'll probably store the Last Accessed date inside an INI file) and if it has been modified, go to the table that contains the values I need, and check to see if that was modified. If it has been modified, redo the calculations and store the new results back into the Excel sheet.
Hopefully the explanation of my problem is sufficient. Any help with this will be greatly appreciated.
Thanks in advance.