I am using VBScript for a number of windows scripting tasks (i.e. retrieving remote CSV files and reformatting them for entry into an Access DB). The DB I'm working with has a number of macros already set up to import data, sort it, put it in the correct tables, etc. As it stands, I have to come into Access and push the form buttons corresponding to these macros one by one. Is there a way for me to automate all of this by using an external .vbs file?