All, I have multiple workbooks with unique names in one of my folder. Each workbook has similar sheets and it contains pivot values.
I recorded the program from one of the workbook which selects the fields i need. Is there a way I can do this for all the workbooks in the folder without opening one by one? Basically I want to run this below macro for each and every workbook in that folder Sub Test() ' ' With ActiveSheet.PivotTables("PivotTable7").PivotFields("OpCo") .PivotItems("").Visible = False .PivotItems("Bal").Visible = False .PivotItems("Bas").Visible = False .PivotItems("Beu").Visible = False .PivotItems("Bna").Visible = False .PivotItems("Bpl").Visible = False .PivotItems("(blank)").Visible = False End With With ActiveSheet.PivotTables("PivotTable7").PivotFields("Material Group") .PivotItems("").Visible = False .PivotItems("Corn Oil").Visible = False .PivotItems("Feedgrains").Visible = False .PivotItems("Freight").Visible = False .PivotItems("Livestock").Visible = False .PivotItems("Ngfi").Visible = False .PivotItems("Oils").Visible = False .PivotItems("Oilseeds").Visible = False .PivotItems("Potash").Visible = False .PivotItems("Sbo").Visible = False .PivotItems("Sugar").Visible = False .PivotItems("Wheat").Visible = False .PivotItems("(blank)").Visible = False .PivotItems("Uan").Visible = False .PivotItems("Sbm").Visible = False .PivotItems("Soybeans").Visible = False .PivotItems("Unknown").Visible = False .PivotItems("Softseeds").Visible = False .PivotItems("Rapeseeds").Visible = False .PivotItems("Mapdap").Visible = False .PivotItems("Soyabeans").Visible = False End With End Sub --~--~---------~--~----~------------~-------~--~----~ ---------------------------------------------------------------------------------- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at http://www.excelitems.com 2. Excel tutorials at http://www.excel-macros.blogspot.com 3. Learn VBA Macros at http://www.vbamacros.blogspot.com 4. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com If you find any spam message in the group, please send an email to: Ayush Jain @ jainayus...@gmail.com or Ashish Jain @ 26may.1...@gmail.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 6,500 subscribers worldwide and receive many nice notes about the learning and support from the group. Our goal is to have 10,000 subscribers by the end of 2009. Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe -~----------~----~----~----~------~----~------~--~---