S Steve Schapel Dec 9, 2009 #2 Dapper, You could make a table in your database to store this information. And then you could include an OpenQuery action in your macro, to run an Append Query which writes the date/time into the table.
Dapper, You could make a table in your database to store this information. And then you could include an OpenQuery action in your macro, to run an Append Query which writes the date/time into the table.
K KARL DEWEY Dec 9, 2009 #3 You could have each macro to include an action to append a record to a table indicating macro name and datetime of occurance.
You could have each macro to include an action to append a record to a table indicating macro name and datetime of occurance.