Tag: excel
231 script(s) tagged “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β¦
Apply Disable Taskbar Transparency (VBA)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applied via WScript.Shell.RegWrite frβ¦
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β¦
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β¦
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β¦
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β¦
Clean Up The Explorer thumbnail cache (VBA)
Deletes every file in the Explorer thumbnail cache after a confirmation prompt, using Scripting.FileSystemObject from Eβ¦
Color Code Negative Numbers
Colors negative numeric values red across the current selection, positive values left unchanged.
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 β¦
Unprotect All Sheets
Removes sheet protection from every worksheet in the workbook using a given password.
Load USB Controllers into Excel via WMI
Queries Win32_USBController via GetObject("winmgmts:") and dumps every USB Controllers row straight onto the active worβ¦
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β¦