Hi All,
I have the Cells(Row, Column) value, which I need to use to show the details of this cell value in a specific pivot table.
As far as I could see the most common usage is Range and then selection.showdetails = true.
I tried using the blow unsuccessfully:
Cells(FindRow.Row, FindColumn.Column).Select
Selection.ShowDetails = True
Can anyone suggest how to do it with Cells()?
Your support is highly appreciated!
Gil.
I have the Cells(Row, Column) value, which I need to use to show the details of this cell value in a specific pivot table.
As far as I could see the most common usage is Range and then selection.showdetails = true.
I tried using the blow unsuccessfully:
Cells(FindRow.Row, FindColumn.Column).Select
Selection.ShowDetails = True
Can anyone suggest how to do it with Cells()?
Your support is highly appreciated!
Gil.