Tag: excel

231 script(s) tagged “excel”

πŸ“Š VBA (Excel)

List Files in The Windows Internet cache (INetCache) (VBA)

Lists every file in the Windows Internet cache (INetCache) with size and last-modified date directly on the active work…

πŸ“Š VBA (Excel)

Load Signed Drivers into Excel via WMI

Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active wo…

πŸ“Š VBA (Excel)

Load Processes into Excel via WMI

Queries Win32_Process via GetObject("winmgmts:") and dumps every Processes row straight onto the active worksheet, no P…

πŸ“Š VBA (Excel)

Apply Enable Num Lock on Startup (VBA)

Turns Num Lock on by default for every new sign-in. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Export Time Zone Settings to CSV via WMI (VBA)

Queries Win32_TimeZone via WMI and writes every Time Zone Settings row straight to a CSV file in Documents, using plain…

πŸ“Š VBA (Excel)

Export Network Shares to CSV via WMI (VBA)

Queries Win32_Share via WMI and writes every Network Shares row straight to a CSV file in Documents, using plain VBA fi…

πŸ“Š VBA (Excel)

Load System Drivers into Excel via WMI

Queries Win32_SystemDriver via GetObject("winmgmts:") and dumps every System Drivers row straight onto the active works…

πŸ“Š VBA (Excel)

Apply Disable Recent Documents History (VBA)

Stops Windows from tracking recently opened documents. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Report Size of The npm cache (VBA)

Reports the total size and top-level file count of the npm cache using Scripting.FileSystemObject, straight from Excel …

πŸ“Š VBA (Excel)

Load Environment Variables into Excel via WMI

Queries Win32_Environment via GetObject("winmgmts:") and dumps every Environment Variables row straight onto the active…

πŸ“Š VBA (Excel)

Export Services to CSV via WMI (VBA)

Queries Win32_Service via WMI and writes every Services row straight to a CSV file in Documents, using plain VBA file I…

πŸ“Š VBA (Excel)

Load Video Controllers into Excel via WMI

Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the active…