Thanks for your assistance, Dante.
The document exports with 15 columns. I want to delete columns # 9, 13, and 15.
There would, obviously, then be 12 columns.
I want to freeze panes at the top row, so only row 1 is visible when scrolling down the spreadsheet (looks like you showed me this in your reply above).
This spreadsheet exports with two sheets (the data are on 'Sheet2') and 'Sheet1' is blank. I want 'Sheet1' to be deleted by the macro.
I want all columns to be autofitted (looks like you showed me this in your reply above).
I want the 6th column (after having deleted 9th, 13th, and 15th) to be formatted with 'Center' and bold, red text. I don't need to change the default 'Arial', and '10' text though.
Lastly, at least for the time being, I've discovered that sometimes this report will show a total at the bottom of column 9 (after deleting the 9th, 13th, and 15th columns). This happens because sometimes the entire data is displayed within 30 or so rows. If this isn't the case, there won't be a total. If it is the case, a total will show at the bottom of column 9 (after deleting the 9th, 13th, and 15th columns). This total will be the only data in the bottom most row of the spreadsheet.
However, I want a total regardless of whether the data has one or not. This might make the macro more complicated, but I'm fine and I'm sure you can probably fix this. So I'd want the actual total to be at the bottom of column 9 (after deleting the 9th, 13th, and 15th columns). In the cell to the left of this amount, I want the word 'TOTAL'.
I want the 'TOTAL' text and the actual total amount to be bold and red.
I think I've got most of it covered for a single run of this.
Again, the number of rows is variable. The columns are static - always exports the same number and title for each in the same positions.
Thanks so much, sir.