📊 VBA

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

📊 VBA (Word)

Accept All Tracked Changes

Accepts every tracked change in the active Word document and turns off change tracking.

📊 VBA (Excel)

Load Network Login Profiles into Excel via WMI

Queries Win32_NetworkLoginProfile via GetObject("winmgmts:") and dumps every Network Login Profiles row straight onto t…

📊 VBA (Excel)

Apply Disable Sticky Keys Shortcut Prompt (VBA)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Apply Disable Start Menu App Suggestions (VBA)

Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Load Local Groups into Excel via WMI

Queries Win32_Group via GetObject("winmgmts:") and dumps every Local Groups row straight onto the active worksheet, no …

📊 VBA (Excel)

Load Pointing Devices into Excel via WMI

Queries Win32_PointingDevice via GetObject("winmgmts:") and dumps every Pointing Devices row straight onto the active w…

📊 VBA (Excel)

Report Size of The NuGet packages cache (VBA)

Reports the total size and top-level file count of the NuGet packages cache using Scripting.FileSystemObject, straight …

📊 VBA (Excel)

Clean Up IIS log files (VBA)

Deletes every file in IIS log files after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…

📊 VBA (Excel)

Export Signed Drivers to CSV via WMI (VBA)

Queries Win32_PnPSignedDriver via WMI and writes every Signed Drivers row straight to a CSV file in Documents, using pl…

📊 VBA (Excel)

Apply Disable Windows Spotlight on Desktop (VBA)

Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Check Disable Balloon Tip Notifications Registry Value (VBA)

Reads the Disable Balloon Tip Notifications registry value via WScript.Shell.RegRead and reports it in a message box — …

📊 VBA (Excel)

Apply Disable Windows Tips & Suggestions (VBA)

Stops Windows from showing tips and suggestions notifications. Applied via WScript.Shell.RegWrite from VBA.