I posted this as a reply to another thread, but I thought I'd put it out there to the general community as well to see if anyone has any ideas.
I'm trying to create a batch macro to read a list of SQL Server table names and specify backup file names for them to be written to. The sheets in the backup excel files will be the names of the SQL tables.
I can get this to run on a single pass no matter what the schema is, and I can get the workflow to run the macro successfully, but the files are not getting written. I have no idea what's happening since I can't see what the macro is actually doing (maybe there's a way to see into this?).
Anyway, any help would be appreciated. I've attached the test files.
Thanks! Chris.