Enter the CSV to Excel conversion command ... objExcel.Columns(intColumns).AutoFit() 'Next 'Make Headings Bold objExcel.Rows(1).Font.Bold = TRUE 'Freeze header row With objExcel.ActiveWindow ...
For example: you can double-click the column number to re-order all items in the list based on that row. To test it, I downloaded a CSV breaking down all U.S. counties by population. The original ...