Below is the code I\'m using to load the data into an Excel worksheet, but I\'m look to auto size the column after the data is loaded. Does anyone know the best way to auto
Also there is
aRange.EntireColumn.AutoFit();
See What is the difference between Range.Columns and Range.EntireColumn.