Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

PowerShell logo

PowerShell: Delete folders based on name

Posted 30th September 2015

3 comments

Use this simple script to delete any folders in a directory (or its subdirectories) that contain a particular string or strings.

Read the full story...

VBA: Delete all Excel columns except those named

Posted 16th September 2015

2 comments

Use this simple VBA script to delete all columns in a worksheet except those that are specifically named.

Read the full story...

PowerShell logo

Automatically delete files listed in a CSV

Posted 26th September 2014

3 comments

A PowerShell script that reads a list of files in a CSV and deletes them from a computer drive automatically.

Read the full story...

Automate the creation or deletion of worksheets in Excel

Posted 24th January 2014

No comments

Use VBA to create or delete worksheets in Microsoft Excel.

Read the full story...