πŸ“Š VBA

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

πŸ“Š VBA (Excel)

Export Logical Disks to CSV via WMI (VBA)

Queries Win32_LogicalDisk via WMI and writes every Logical Disks row straight to a CSV file in Documents, using plain V…

πŸ“Š VBA (Excel)

Clean Up The Windows Prefetch folder (VBA)

Deletes every file in the Windows Prefetch folder after a confirmation prompt, using Scripting.FileSystemObject from Ex…

πŸ“Š VBA (Excel)

Load Services into Excel via WMI

Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Po…

πŸ“Š VBA (Excel)

Check Disable News and Interests Feed Registry Value (VBA)

Reads the Disable News and Interests Feed registry value via WScript.Shell.RegRead and reports it in a message box β€” no…

πŸ“Š VBA (Excel)

Export Processor Info to CSV via WMI (VBA)

Queries Win32_Processor via WMI and writes every Processor Info row straight to a CSV file in Documents, using plain VB…

πŸ“Š VBA (Excel)

Check Enable Dark Mode Registry Value (VBA)

Reads the Enable Dark Mode registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or …

πŸ“Š VBA (Excel)

Check Disable Window Animations Registry Value (VBA)

Reads the Disable Window Animations registry value via WScript.Shell.RegRead and reports it in a message box β€” no Power…

πŸ“Š VBA (Excel)

Sort Sheets Alphabetically

Reorders every worksheet tab in the workbook into alphabetical order by name.

πŸ“Š VBA (Excel)

Extract Unique Values

Copies the unique values from the current selection to a new sheet, one per row.

πŸ“Š VBA (Excel)

Export Processes to CSV via WMI (VBA)

Queries Win32_Process via WMI and writes every Processes row straight to a CSV file in Documents, using plain VBA file …

πŸ“Š VBA (Excel)

List Files in The Windows Update download cache (VBA)

Lists every file in the Windows Update download cache with size and last-modified date directly on the active worksheet…

πŸ“Š VBA (Excel)

Clean Up Microsoft Edge's browser cache (VBA)

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