I have an Excel Workbook that users enter data into and then press a button and the data gets processed into another application.
The processing occurs in code (one call to the other application per row) and I'd like to save the worksheet after each 100 rows have been processed. The update process often hangs and my only option is to terminate the Excel session (CTRL+ALT+DEL) without having saved where the processing was up to.
Any help/suggestions would be appreciated.
The processing occurs in code (one call to the other application per row) and I'd like to save the worksheet after each 100 rows have been processed. The update process often hangs and my only option is to terminate the Excel session (CTRL+ALT+DEL) without having saved where the processing was up to.
Any help/suggestions would be appreciated.