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
Add this at your TODO point:
aRange.Columns.AutoFit();