πŸ“Š VBA

Visual Basic for Applications macros for Excel, Outlook, and other Office apps.

πŸ“Š VBA (Excel)

Check Disable Activity Feed / Timeline Registry Value (VBA)

Reads the Disable Activity Feed / Timeline registry value via WScript.Shell.RegRead and reports it in a message box β€” n…

πŸ“Š VBA (Excel)

Check Disable Storage Sense Low-Space Notifications Registry Value (VBA)

Reads the Disable Storage Sense Low-Space Notifications registry value via WScript.Shell.RegRead and reports it in a me…

πŸ“Š VBA (Excel)

List Files in Google Chrome's browser cache (VBA)

Lists every file in Google Chrome's browser cache with size and last-modified date directly on the active worksheet, us…

πŸ“Š VBA (Excel)

Apply Disable Feedback Notifications (VBA)

Stops Windows from periodically asking for feedback. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Disable Xbox Game Bar Capture Registry Value (VBA)

Reads the Disable Xbox Game Bar Capture registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

πŸ“Š VBA (Excel)

Split Sheet by Column Value

Splits the active sheet into separate new sheets, one per unique value found in column A (header row assumed).

πŸ“Š VBA (Excel)

Export Operating System Info to CSV via WMI (VBA)

Queries Win32_OperatingSystem via WMI and writes every Operating System Info row straight to a CSV file in Documents, u…

πŸ“Š VBA (Excel)

Apply Show Recycle Bin Icon on Desktop (VBA)

Adds the Recycle Bin icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Load Battery Info into Excel via WMI

Queries Win32_Battery via GetObject("winmgmts:") and dumps every Battery Info row straight onto the active worksheet, n…

πŸ“Š VBA (Excel)

Apply Disable Cortana (VBA)

Disables Cortana integration in Windows Search (requires admin). Applied via WScript.Shell.RegWrite from VBA. Requires …

πŸ“Š VBA (Excel)

Report Size of The VS Code cache folder (VBA)

Reports the total size and top-level file count of the VS Code cache folder using Scripting.FileSystemObject, straight …

πŸ“Š VBA (Excel)

Check Enable Win32 Long Paths Registry Value (VBA)

Reads the Enable Win32 Long Paths registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerSh…