User profile: RIZWAN AHMED

User info
User name:RIZWAN AHMED
History
Joined:
Number of posts:3
Latest posts:

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 file
Hi, string code //Save the work book. { VARIANT fname; fname.vt = VT_BSTR; fname.bstrVal =::...

How to auto save Excel file
HI, i am developing a program where i have to auto save the excel file. i try putting some integer d...