Tag: column
Sort column by row’s color – Excel VBA
You can to sort lines by color without distorting line alignments. You can examine the sample vba excel file and modify it according to your own project. Download sample Excel […]
Divide column into other column by length – Excel VBA
In this excel VBA example, the date and time are united in the column. The length of the date is 11 characters and the time is 8 characters. The VBA […]
Sort items by other column items – Excel VBA
This sample is sorting a column items by other column items. You can this process by excel formulas. But,this means a lot of code dump. So I showed you how […]
Change the items with the other items – Excel VBA
Change the items of any column with the other items. Actually , this is just Ctrl+H function. Of course, you can develop these codes indefinitely. Download : Sample Excel File […]
Sort a list of column by character length – Excel VBA
There are many ways to sort columns. I showed here how it was done with VBA, on the sample excel file. Download : Sample Excel File Excel Trics&Training List […]
Delete items in column A by items in column B – Excel VBA
Find and delete the items in column B on column A. Download Excel File Excel Tricks & Training List If you have any suggestions or questions, please leave a . […]