xll sdk getworkbook
i use the codes below to get all the sheets name.
XLOPER12 xRes;
XLOPER12 test;
Excel12(xlfGetWorkbook, (LPXLOPER12)&xRes, 1,TempInt(1));
Excel12(xlcAlert, 0, 1, &xRes);
Excel12(xlfGetWorkbook, (LPXLOPER12)&xRes, 1,TempInt(1)); this get a one dem
array, my question is how can i get each value of the array. xRes how to
store the values of allsheets' name ?
thank you.
date: Mon, 7 Apr 2008 22:07:00 -0700
author: Flourishing