トップページ(目次)

577.ピボットテーブルを降順処理する

<実行前後>
 → 
Sub ピボットテーブルを降順処理する()
    
    With ActiveSheet.PivotTables("ピボットテーブル1").PivotFields("会社名")
        .AutoSort xlDescending, "合計 / 販売数"
    End With
    
End Sub

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