I'm currently working on a multiple application vba project using excel
Running multiple routines to access company intranet website to query
database, i've been able to input the various data i need. the
problem i'm running into is that the query returns and excel
spreadsheet. (2nd instance of exel (exelmain class), i want to be able
to save and close that spreadsheet via code but can't seem to gain
access to the xl object to do so.... using an api i've been able to
"close" the workbook.. but as it hasn't been saved a save as widow
opens. I haven't been able to close or save the file through code...
any ideas how to reference/access multiple instances of excel like this?