D
didi
Hi All
JScript, Excel2003
var Excel = new ActiveXObject('Excel.Application');
Excel.Visible = true;
var Worbook = Excel.Workbooks.Add();
pc = Excel.ActiveWorkbook.PivotCaches.Add(2);
Error!!! Object doesn't support this property or method
MSDN:
Returns a PivotCaches collection that represents all the PivotTable caches
in the specified workbook. Read-only.
Applies to | Workbook Object
Why?
Thanks.
JScript, Excel2003
var Excel = new ActiveXObject('Excel.Application');
Excel.Visible = true;
var Worbook = Excel.Workbooks.Add();
pc = Excel.ActiveWorkbook.PivotCaches.Add(2);
Error!!! Object doesn't support this property or method
MSDN:
Returns a PivotCaches collection that represents all the PivotTable caches
in the specified workbook. Read-only.
Applies to | Workbook Object
Why?
Thanks.