21 Oct Splitting Columns in Excel
Posted at 13:23h
in Development
If you're like me and get frustrated with Excel's lack of column splitting, run this macro to split them. Sub SingleToMultiColumn() Dim rng As Range Dim iCols As Integer Dim lRows As Long Dim...