๐Ÿ“Š VBA

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

๐Ÿ“Š VBA (Excel)

Check Disable Windows Spotlight on Desktop Registry Value (VBA)

Reads the Disable Windows Spotlight on Desktop registry value via WScript.Shell.RegRead and reports it in a message boxโ€ฆ

๐Ÿ“Š VBA (Excel)

Apply Disable Balloon Tip Notifications (VBA)

Disables the small notification balloon tips in the system tray. Applied via WScript.Shell.RegWrite from VBA.

๐Ÿ“Š VBA (Excel)

Apply Show This PC Icon on Desktop (VBA)

Adds the This PC icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.

๐Ÿ“Š VBA (Excel)

Export Local User Accounts to CSV via WMI (VBA)

Queries Win32_UserAccount via WMI and writes every Local User Accounts row straight to a CSV file in Documents, using pโ€ฆ

๐Ÿ“Š VBA (Excel)

AutoFit All Columns on All Sheets

Auto-fits column widths across every worksheet in the workbook in one pass.

๐Ÿ“Š VBA (Excel)

Report Size of The Office document cache (VBA)

Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straightโ€ฆ

๐Ÿ“Š VBA (Excel)

Export Installed MSI Products to CSV via WMI (VBA)

Queries Win32_Product via WMI and writes every Installed MSI Products row straight to a CSV file in Documents, using plโ€ฆ

๐Ÿ“Š VBA (Excel)

Clean Up The npm cache (VBA)

Deletes every file in the npm cache after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Lockeโ€ฆ

๐Ÿ“Š VBA (Excel)

Check Disable Explorer Startup Delay Registry Value (VBA)

Reads the Disable Explorer Startup Delay registry value via WScript.Shell.RegRead and reports it in a message box โ€” no โ€ฆ

๐Ÿ“Š VBA (Excel)

Report Size of The Windows Internet cache (INetCache) (VBA)

Reports the total size and top-level file count of the Windows Internet cache (INetCache) using Scripting.FileSystemObjโ€ฆ

๐Ÿ“Š VBA (Excel)

List Files in The user CrashDumps folder (VBA)

Lists every file in the user CrashDumps folder with size and last-modified date directly on the active worksheet, usingโ€ฆ

๐Ÿ“Š VBA (Excel)

List Files in IIS log files (VBA)

Lists every file in IIS log files with size and last-modified date directly on the active worksheet, using Scripting.Fiโ€ฆ