Tag: excel

231 script(s) tagged “excel”

πŸ“Š 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 …

πŸ“Š VBA (Excel)

Unprotect All Sheets

Removes sheet protection from every worksheet in the workbook using a given password.

πŸ“Š VBA (Excel)

Load USB Controllers into Excel via WMI

Queries Win32_USBController via GetObject("winmgmts:") and dumps every USB Controllers row straight onto the active wor…

πŸ“Š VBA (Excel)

Check Disable Taskbar Chat Icon Registry Value (VBA)

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