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.

Rearrange Excel columns via Visual Basic

Posted 16th March 2016

22 comments

A simple VBA script for rearranging the order of columns in an Excel spreadsheet.

Read the full story...

VBA: Convert text to columns for all worksheets in Excel

Posted 26th November 2015

7 comments

A small Visual Basic for Applications (VBA) script which will loop through all sheets in an Excel workbook and convert text to columns.

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