Access to an excel file via C++Fixed the problem. Thanks again. :) [code] if(SUCCEEDED(hr)) { wprintf(L"vResult.bstrVal =...
Access to an excel file via C++Excel is not hanging. I checked that. :) It's about Memory (Private Working Set) that goes up. I'll ...
Access to an excel file via C++Anyway, I tried running that in a loop... I've added a for(int j = 0; j < 1000; j++) before the code...
Access to an excel file via C++I haven't tried the SAFEARRAY method... I've achieved that using this... I'll try later this day wi...
Access to an excel file via C++Sorry for the delay... :) I've managed to get the sheets names. :) Below is the code that does tha...