How do you programmatically save an excel workbook using OLE and C++ Builder?
I'm guessing it might be something like:
Variant excel = Variant::CreateObject("Excel.Application");
excel.OleProcedure("Save"); // but how might you specify the file name