πŸ“Š VBA

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

πŸ“Š VBA (Excel)

Export USB Controllers to CSV via WMI (VBA)

Queries Win32_USBController via WMI and writes every USB Controllers row straight to a CSV file in Documents, using pla…

πŸ“Š VBA (Excel)

List Files in The VS Code cache folder (VBA)

Lists every file in the VS Code cache folder with size and last-modified date directly on the active worksheet, using S…

πŸ“Š VBA (Excel)

Apply Disable News and Interests Feed (VBA)

Hides the taskbar News and Interests / Widgets feed. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Clean Up The Microsoft Teams cache (VBA)

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

πŸ“Š VBA (Excel)

Apply Disable Game Bar Startup Tips (VBA)

Stops the Game Bar from showing its startup tip panel. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Disable Lock Screen Registry Value (VBA)

Reads the Disable Lock Screen registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell …

πŸ“Š VBA (Excel)

Check Disable Lock Screen Notifications Registry Value (VBA)

Reads the Disable Lock Screen Notifications registry value via WScript.Shell.RegRead and reports it in a message box β€” …

πŸ“Š VBA (Excel)

Export Battery Info to CSV via WMI (VBA)

Queries Win32_Battery via WMI and writes every Battery Info row straight to a CSV file in Documents, using plain VBA fi…

πŸ“Š VBA (Excel)

Load Startup Programs into Excel via WMI

Queries Win32_StartupCommand via GetObject("winmgmts:") and dumps every Startup Programs row straight onto the active w…

πŸ“Š VBA (Excel)

Load Page File Usage into Excel via WMI

Queries Win32_PageFileUsage via GetObject("winmgmts:") and dumps every Page File Usage row straight onto the active wor…

πŸ“Š VBA (Excel)

Check Disable Snap Assist Suggestions Registry Value (VBA)

Reads the Disable Snap Assist Suggestions registry value via WScript.Shell.RegRead and reports it in a message box β€” no…

πŸ“Š VBA (Excel)

Report Size of The current user's Temp folder (VBA)

Reports the total size and top-level file count of the current user's Temp folder using Scripting.FileSystemObject, str…