View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MB MB is offline
external usenet poster
 
Posts: 53
Default How can I hide-Unhide pivotfield using VBA?

Hi,

I have a pivottable, in which I am hiding one RowField initially to
accommodate four RowFields. Although, I need to access that RowField data on
a macro. So,in the macro, I need to get information of this hidden column,
how can I do that?


Thanks

MB