มีปัญหาเรื่อง vba refresh pivot table ทุก table
Posted: Mon Dec 03, 2018 6:33 am
ต้องการให้ refresh pivot table ทุก table
ใช้ code อย่างไรครับ
โคดด้านล่าง refresh ได้คารางเดียวครับ
ใช้ code อย่างไรครับ
โคดด้านล่าง refresh ได้คารางเดียวครับ
Code: Select all
Sub Macro_Refresh()
Sheets("PV_infer1").Select
Range("B10").Select
ActiveSheet.PivotTables("PivotTable14").PivotCache.Refresh
Sheets("Log").Select
Range("A2").Select
'ActiveSheet.PivotTables("Your Pivot Table Name").PivotCache.Refresh
End Sub