I am exporting a 1200 X 800 matrix (indexMatrix) to a excel file using the standard Microsoft.Office.Interop.Excel. The app works, just that it is really really really slow(
Turn off ScreenUpdating before writing any data, Application.ScreenUpdating = FALSE then turn on at end of code = TRUE
ScreenUpdating
Application.ScreenUpdating = FALSE
= TRUE