View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Huyeote[_2_] Huyeote[_2_] is offline
external usenet poster
 
Posts: 2
Default Hide subtotals of rowfields in a pivot table

Hi, all, I use VBA to generate a pivot table and Excel adds subtotal to all
row field headers. How can I hide all subtotals in VBA? I tried using
Excel's macro recording function, but it only delete single cell which
contain the subtotal header. Thanks

Huyeote