How to auto save Excel file//this is my full code #undef _UNICODE #undef UNICODE #include <iostream> #include <windows.h> #inc...
How to auto save Excel fileHi, string code //Save the work book. { VARIANT fname; fname.vt = VT_BSTR; fname.bstrVal =::...
How to auto save Excel fileHI, i am developing a program where i have to auto save the excel file. i try putting some integer d...