Pivot Table new items as bold

J

jale

Hi everybody

After every refreshing dynamic pivot table ,is it possible to see as bold
,new or changed records.

Thanks for advance.
 
F

Frank Kabel

Hi jale
AFAIK that is not possible/directly supported by pivot tables.

Frank
P.S.: one idea (though not tested / verified):
- use VBA to do this (e.g. create a specific button for this)
- Prior to the refresh copy the old pivot data to a (hidden) sheet with
VBA
- Do the refresh
- Copare cell by cell (also with VBA) and tag/highlight the changed
cell
 
J

jale

Thanks I will try it.


Frank Kabel said:
Hi jale
AFAIK that is not possible/directly supported by pivot tables.

Frank
P.S.: one idea (though not tested / verified):
- use VBA to do this (e.g. create a specific button for this)
- Prior to the refresh copy the old pivot data to a (hidden) sheet with
VBA
- Do the refresh
- Copare cell by cell (also with VBA) and tag/highlight the changed
cell
 

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

Top