×

Sorting

Alphabetically Sort Cell Range Values With VBA Code

Alphabetically Sort Cell Range Values With VBA Code

What This VBA Code Does You may run into instances where you need to alphabetically sort your cell data (typically...

VBA Code To Alphabetize Cell Text While Excluding Certain Short Words

VBA Code To Alphabetize Cell Text While Excluding Certain Short Words

The following VBA code was inspired by a YouTube video I came across where Excel MVP Oz Du Soleil and...

Applying An Alphabetical Sort To Your VBA Array List

Applying An Alphabetical Sort To Your VBA Array List

What This VBA Code Does Sometimes it is vital to get your lists in order. Below are a couple of...

Custom Order Of Worksheet Positions

Custom Order Of Worksheet Positions

What This VBA Code Does This macro will allow you to customize a specific order that you want your worksheets...