Just tested on EPM SP25 NET 4 with 2 sheets containing EPM reports and one Title sheet:
Function AFTER_REFRESH()
ThisWorkbook.Sheets("Revenue").Columns("I:I").AutoFit
ThisWorkbook.Sheets("Costs").Columns("I:I").AutoFit
End Function
Everything work fine! May be you have other incorrect code...
Vadim