πŸ“Š VBA

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

πŸ“Š VBA (Excel)

Apply Disable Xbox Game Bar Capture (VBA)

Disables background game/app capture via the Xbox Game Bar. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Increase Icon Cache Size Registry Value (VBA)

Reads the Increase Icon Cache Size registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerS…

πŸ“Š VBA (Excel)

Check Hide Taskbar Search Box Registry Value (VBA)

Reads the Hide Taskbar Search Box registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerSh…

πŸ“Š VBA (Excel)

Load Network Shares into Excel via WMI

Queries Win32_Share via GetObject("winmgmts:") and dumps every Network Shares row straight onto the active worksheet, n…

πŸ“Š VBA (Word)

Export Document Headings Outline

Walks every Heading-styled paragraph in the active document and writes an indented outline to a text file.

πŸ“Š VBA (Excel)

Check Disable Windows Welcome Experience Registry Value (VBA)

Reads the Disable Windows Welcome Experience registry value via WScript.Shell.RegRead and reports it in a message box —…

πŸ“Š VBA (Excel)

Check Show Seconds in Taskbar Clock Registry Value (VBA)

Reads the Show Seconds in Taskbar Clock registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

πŸ“Š VBA (Excel)

List Files in The npm cache (VBA)

Lists every file in the npm cache with size and last-modified date directly on the active worksheet, using Scripting.Fi…

πŸ“Š VBA (Excel)

Convert Formulas to Values

Replaces every formula in the used range of the active sheet with its calculated value.

πŸ“Š VBA (Excel)

List Files in The Windows Prefetch folder (VBA)

Lists every file in the Windows Prefetch folder with size and last-modified date directly on the active worksheet, usin…

πŸ“Š VBA (Excel)

Export Network Adapters to CSV via WMI (VBA)

Queries Win32_NetworkAdapter via WMI and writes every Network Adapters row straight to a CSV file in Documents, using p…

πŸ“Š VBA (Excel)

Check Enable Num Lock on Startup Registry Value (VBA)

Reads the Enable Num Lock on Startup registry value via WScript.Shell.RegRead and reports it in a message box β€” no Powe…