Tag: excel

231 script(s) tagged “excel”

πŸ“Š VBA (Excel)

Apply Disable Start Menu App Suggestions (VBA)

Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Load Local Groups into Excel via WMI

Queries Win32_Group via GetObject("winmgmts:") and dumps every Local Groups row straight onto the active worksheet, no …

πŸ“Š VBA (Excel)

Load Pointing Devices into Excel via WMI

Queries Win32_PointingDevice via GetObject("winmgmts:") and dumps every Pointing Devices row straight onto the active w…

πŸ“Š VBA (Excel)

Report Size of The NuGet packages cache (VBA)

Reports the total size and top-level file count of the NuGet packages cache using Scripting.FileSystemObject, straight …

πŸ“Š VBA (Excel)

Clean Up IIS log files (VBA)

Deletes every file in IIS log files after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…

πŸ“Š VBA (Excel)

Export Signed Drivers to CSV via WMI (VBA)

Queries Win32_PnPSignedDriver via WMI and writes every Signed Drivers row straight to a CSV file in Documents, using pl…

πŸ“Š VBA (Excel)

Apply Disable Windows Spotlight on Desktop (VBA)

Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Disable Balloon Tip Notifications Registry Value (VBA)

Reads the Disable Balloon Tip Notifications registry value via WScript.Shell.RegRead and reports it in a message box β€” …

πŸ“Š VBA (Excel)

Apply Disable Windows Tips & Suggestions (VBA)

Stops Windows from showing tips and suggestions notifications. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Export Physical Memory Modules to CSV via WMI (VBA)

Queries Win32_PhysicalMemory via WMI and writes every Physical Memory Modules row straight to a CSV file in Documents, …

πŸ“Š VBA (Excel)

Load Motherboard Info into Excel via WMI

Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active worksh…

πŸ“Š VBA (Excel)

Export Sound Devices to CSV via WMI (VBA)

Queries Win32_SoundDevice via WMI and writes every Sound Devices row straight to a CSV file in Documents, using plain V…