VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » IT, programs, coding
How to Clear Your Cache in Excel! - TechJunkie

How to Clear Your Cache in Excel! - TechJunkie

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
How to Clear Your Cache in Excel! - TechJunkie No matter what app or device you-re using, all programs rely on cached memory to store frequently used files, functions, and values, in order to reduce load times and speed up the user experience. However, if you don-t regularly clear cached data, you may notice a drop in your computer-s performance. If you-re a regular Excel user, it-s important to know how to clear your cache from Excel. VBA code: Private Sub Workbook_Open() Dim xPt As PivotTable Dim xWs As Worksheet Dim xPc As PivotCache Application.ScreenUpdating = False For Each xWs In ActiveWorkbook.Worksheets For Each xPt In xWs.PivotTables xPt.PivotCache.MissingItemsLimit = xlMissingItemsNone Next xPt Next xWs For Each xPc In ActiveWorkbook.PivotCaches On Error Resume Next xPc.Refresh Next xPc Application.ScreenUpdating = True End Sub
Date: 2022-03-28

Comments and reviews: 2


Start: 0:42
End: 1:00
Thank you, it worked for me when macros started getting sluggy!
There was no need for the crappy loud music, however.

reply

Did not work. The VBA code runs into error
When selecting None in the pivot table, its closed the sheet resulting in double investment of time.

reply
Add a review, comment






Other channel videos