I am looking to retrieve rows from an excel file, format the columns of these rows using SQL, then paste the rows into another excel file. I have been trying to use ADO to do this. Is ADO just for access databases, or would it be beneficial for what I am doing? If it would be beneficial, what...