トップページ(目次)

157.ピボットテーブルの空白項目を外す
Sub ピボットの空白項目を外す()

    With ActiveSheet.PivotTables("pivo名").PivotFields("項目名")
        .PivotItems("(blank)").Visible = False
    End With

End Sub

Copyright © 2021 https://excel3000.web.fc2.com/ All Rights Reserved.
    inserted by FC2 system