I've got a Long Integer variable FinalRow which works fine in Excel 2003, but not 2007.
FinalRow = xlWkBook.Sheets("Rolling Forecast Models").Cells(Rows.Count, 1).End(xlUp).Row
when I get to this point it throws Application/Object Error. Any ideas why? Long Int go out to 2+Billion, so it can't be a row count issue.
Thanks.......Mickey
FinalRow = xlWkBook.Sheets("Rolling Forecast Models").Cells(Rows.Count, 1).End(xlUp).Row
when I get to this point it throws Application/Object Error. Any ideas why? Long Int go out to 2+Billion, so it can't be a row count issue.
Thanks.......Mickey