Tag: excel

231 script(s) tagged “excel”

📊 VBA (Excel)

Apply Disable Windows Welcome Experience (VBA)

Disables the full-screen "suggested content" tips that appear after updates. Applied via WScript.Shell.RegWrite from VB…

📊 VBA (Excel)

Check Show Hidden Files Registry Value (VBA)

Reads the Show Hidden Files registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell or…

📊 VBA (Excel)

Clean Up Google Chrome's browser cache (VBA)

Deletes every file in Google Chrome's browser cache after a confirmation prompt, using Scripting.FileSystemObject from …

📊 VBA (Excel)

Clean Up The Office document cache (VBA)

Deletes every file in the Office document cache after a confirmation prompt, using Scripting.FileSystemObject from Exce…

📊 VBA (Excel)

Clean Up The system-wide Windows Temp folder (VBA)

Deletes every file in the system-wide Windows Temp folder after a confirmation prompt, using Scripting.FileSystemObject…

📊 VBA (Excel)

Load Computer System Product Info into Excel via WMI

Queries Win32_ComputerSystemProduct via GetObject("winmgmts:") and dumps every Computer System Product Info row straigh…

📊 VBA (Excel)

Apply Disable Start Menu Web Search (VBA)

Stops the Start Menu search from including web results. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Clean Up Windows Error Reporting files (VBA)

Deletes every file in Windows Error Reporting files after a confirmation prompt, using Scripting.FileSystemObject from …

📊 VBA (Excel)

Report Size of Microsoft Edge's browser cache (VBA)

Reports the total size and top-level file count of Microsoft Edge's browser cache using Scripting.FileSystemObject, str…

📊 VBA (Excel)

List Files in Stuck print spooler files (VBA)

Lists every file in stuck print spooler files with size and last-modified date directly on the active worksheet, using …

📊 VBA (Excel)

Check Disable Autoplay for All Drives Registry Value (VBA)

Reads the Disable Autoplay for All Drives registry value via WScript.Shell.RegRead and reports it in a message box — no…

📊 VBA (Excel)

Clean Up The Windows Internet cache (INetCache) (VBA)

Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObj…