Tag: office
13 script(s) tagged “office”
List Files in The Office document cache (VBA)
Lists every file in the Office document cache with size and last-modified date directly on the active worksheet, using β¦
Clean Up The Office document cache (VBA)
Deletes every file in the Office document cache after a confirmation prompt, using Scripting.FileSystemObject from Exceβ¦
Backup The Office document cache to Zip (Python)
Zips up the current contents of the Office document cache before you run a cleanup against it.
Backup The Office document cache to Zip
Zips up the current contents of the Office document cache before you run a cleanup against it.
Get The Office document cache Size Report (VBScript)
Recursively sums the size of the Office document cache, read-only (no deletion).
Get The Office document cache Size Report
Reports how much disk space the Office document cache is currently using, read-only (no deletion).
Clean Up The Office document cache (Python)
Reports the size of the Office document cache and optionally clears it out. Dry-run by default.
Clean Up The Office document cache
Reports the size of the Office document cache and optionally clears it out. Dry-run by default.
Clean Up The Office document cache (Batch)
Clears the Office document cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Report Size of The Office document cache (VBA)
Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straightβ¦
Clean Up The Office document cache (VBScript)
Reports the size of the Office document cache and deletes its contents after a confirmation prompt.
Get The Office document cache Size Report (Python)
Recursively sums the size of the Office document cache, read-only (no deletion).