Excel Excel - Document not saved. Occasionally, you'll be working on an Excel document and when you try to save it, it says "Document not saved." [1] To get around this problem quickly, you can Select all your worksheets (Click the first sheet + SHIFT + Click the last sheet)
Excel Filter out an Item from a Pivot Table using VBA with an OLAP Data Source The following VBA code does not work as expected: PivotField.HiddenItemsList Property (Excel) Sub UseHiddenItemsList() ActiveSheet.PivotTables(1).PivotFields(1).HiddenItemsList = _ Array("[Product].[All Products].[Food]", _ "[Product].[All Products].[Drink]") End Sub To properly use this you must use the