Tag: excel

231 script(s) tagged “excel”

πŸ“Š VBA (Excel)

Export Processor Info to CSV via WMI (VBA)

Queries Win32_Processor via WMI and writes every Processor Info row straight to a CSV file in Documents, using plain VB…

πŸ“Š VBA (Excel)

Check Enable Dark Mode Registry Value (VBA)

Reads the Enable Dark Mode registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or …

πŸ“Š VBA (Excel)

Check Disable Window Animations Registry Value (VBA)

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

πŸ“Š VBA (Excel)

Sort Sheets Alphabetically

Reorders every worksheet tab in the workbook into alphabetical order by name.

πŸ“Š VBA (Excel)

Extract Unique Values

Copies the unique values from the current selection to a new sheet, one per row.

πŸ“Š VBA (Excel)

Export Processes to CSV via WMI (VBA)

Queries Win32_Process via WMI and writes every Processes row straight to a CSV file in Documents, using plain VBA file …

πŸ“Š VBA (Excel)

List Files in The Windows Update download cache (VBA)

Lists every file in the Windows Update download cache with size and last-modified date directly on the active worksheet…

πŸ“Š VBA (Excel)

Clean Up Microsoft Edge's browser cache (VBA)

Deletes every file in Microsoft Edge's browser cache after a confirmation prompt, using Scripting.FileSystemObject from…

πŸ“Š VBA (Excel)

Check Disable First Logon Animation Registry Value (VBA)

Reads the Disable First Logon Animation registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

πŸ“Š VBA (Excel)

Apply Disable Taskbar Widgets Icon (VBA)

Removes the Widgets icon from the Windows 11 taskbar. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Report Size of The Explorer thumbnail cache (VBA)

Reports the total size and top-level file count of the Explorer thumbnail cache using Scripting.FileSystemObject, strai…

πŸ“Š VBA (Excel)

Check Disable Remote Assistance Registry Value (VBA)

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