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.
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.
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.
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.