πŸ“Š VBA

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

πŸ“Š VBA (Excel)

Export Physical Memory Modules to CSV via WMI (VBA)

Queries Win32_PhysicalMemory via WMI and writes every Physical Memory Modules row straight to a CSV file in Documents, …

πŸ“Š VBA (Excel)

Load Motherboard Info into Excel via WMI

Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active worksh…

πŸ“Š VBA (Excel)

Export Sound Devices to CSV via WMI (VBA)

Queries Win32_SoundDevice via WMI and writes every Sound Devices row straight to a CSV file in Documents, using plain V…

πŸ“Š VBA (Excel)

Check Disable Bing Search Suggestions Registry Value (VBA)

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

πŸ“Š VBA (Excel)

Apply Disable Taskbar Transparency (VBA)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applied via WScript.Shell.RegWrite fr…

πŸ“Š VBA (Excel)

Export Printers to CSV via WMI (VBA)

Queries Win32_Printer via WMI and writes every Printers row straight to a CSV file in Documents, using plain VBA file I…

πŸ“Š VBA (Excel)

Export Network Login Profiles to CSV via WMI (VBA)

Queries Win32_NetworkLoginProfile via WMI and writes every Network Login Profiles row straight to a CSV file in Documen…

πŸ“Š VBA (Excel)

Load BIOS Info into Excel via WMI

Queries Win32_BIOS via GetObject("winmgmts:") and dumps every BIOS Info row straight onto the active worksheet, no Powe…

πŸ“Š VBA (Excel)

Export Computer System Product Info to CSV via WMI (VBA)

Queries Win32_ComputerSystemProduct via WMI and writes every Computer System Product Info row straight to a CSV file in…

πŸ“Š VBA (Excel)

Clean Up The Explorer thumbnail cache (VBA)

Deletes every file in the Explorer thumbnail cache after a confirmation prompt, using Scripting.FileSystemObject from E…

πŸ“Š VBA (Excel)

Color Code Negative Numbers

Colors negative numeric values red across the current selection, positive values left unchanged.

πŸ“Š VBA (Excel)

Export Motherboard Info to CSV via WMI (VBA)

Queries Win32_BaseBoard via WMI and writes every Motherboard Info row straight to a CSV file in Documents, using plain …