Skip to content

Instantly share code, notes, and snippets.

@NonAbility
Last active March 23, 2024 09:12
Show Gist options
  • Save NonAbility/0bc99294969c43bfe6768a8dec422d51 to your computer and use it in GitHub Desktop.
Save NonAbility/0bc99294969c43bfe6768a8dec422d51 to your computer and use it in GitHub Desktop.
年月スライサーが変更されたときに実行するマクロ
Option Explicit
Private Sub Worksheet_PivotTableChangeSync(ByVal Target As PivotTable)
'
' 年月スライサーが変更されたときに実行するマクロ
'
Call ScrOff
Call Pre
Call chgFirstD
Call Ref1
Call Ref2
Call ScrOn
Call Save
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment