E
Effie Ram
Hi
I've created owc11 PIVOT , no problems, working smoothly
I need to retrive the value from the data grid AFTER the user click on it to expand it
(say that before the expand there is the Total number of Employees, after expand/click there is the list of thier ID and the names
so... (from the help file
--------------------------------------------
Sub Pivot_SelectionChange(
Set PiVot_select = Pivot.Selectio
if TypeName(PiVot_select) = "PivotDetailRange" then ' Click on I
msgbox PiVot_select.Selection '----> msgbox only for code testing, give erro
end i
End Su
I've created owc11 PIVOT , no problems, working smoothly
I need to retrive the value from the data grid AFTER the user click on it to expand it
(say that before the expand there is the Total number of Employees, after expand/click there is the list of thier ID and the names
so... (from the help file
--------------------------------------------
Sub Pivot_SelectionChange(
Set PiVot_select = Pivot.Selectio
if TypeName(PiVot_select) = "PivotDetailRange" then ' Click on I
msgbox PiVot_select.Selection '----> msgbox only for code testing, give erro
end i
End Su