Data source dates sheet

koltregaskes

New Member
Joined
Feb 8, 2005
Messages
15
I have many sources of data for our database and would like to track the dates we receive these sources.

Initially the Excel source is renamed and copied to our network via an Access VBA script, which checks for the latest source. From here, once it finds a source it runs an Excel macro which then updates a "data source" Excel sheet with the current date and time. The "data source" sheet lists all the sources I have in one column with columns for time and date (among other things) and the macro updates a specific cell before going back to Access to carry on checking and copying data sources.

I'm wondering if there is a much easier way to track the data sources dates on a Excel worksheet?
 
if your using sql from access maybe add a field that is appended to data as it is output with the time stamp

SELECT
field,
field,
field,
GETUTCDATE() as [timestamp]
from
DATASOURCE
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top