Macro run history

  • Thread starter Thread starter dapper
  • Start date Start date
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.
 
You could have each macro to include an action to append a record to a table
indicating macro name and datetime of occurance.
 
Back
Top