How do a extract the value of one field from the currently selected record in a pivot table?
I am currently using the following event:
Code:
<SCRIPT language=vbscript event=SelectionChange for=PivotTable0> Text0.value = MSODSC.Datapages(0).Recordset..... </SCRIPT>
Leave a comment: