Pivot Table: Show Description instead Name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am using a PivotTable control (Excel.PivotTable). Do you know if
PivotTable control has a property to show the attributes' description and
dimension's Description in the cube instead its Name in the Field List
window???

I hope somebody can help me.

Thank you
 
Hi Daniel,

Try something like:

'=============>>
Public Sub Tester()
With Range("A1")
.NumberFormat = "#,##0.00"
.Value = .Value
End With
End Sub
'<<=============
 
Hi Daniel,

Please ignore my response, which was intended as the
reply to another thread!
 
Hello Norman,

The text that is displayed in the cells is right. That I need is to change
the Names that are displayed in the tree in "Field List" window. In this way
the user who generate the report would have names friendlier.

Thanks for answer :)
 
Hi Daniel,

Please forgive me - my reply was intended as a response to the
chronologically adjacent thread: 'Text currency to number'!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top