I have an Access form that takes user input, and then calls a procedure in a VB module. The procedure creates an instance of Excel, and then writes a considerable amount of data to it, taking several minutes. I change the mouse pointer to Hourglass just before I call the procedure, but the point changes back to normal (on its own) about the time the Excel object is created. I don't make the Excel Workbook visible until all of the data is inserted, so the user sees no activity for several minutes. This leaves the user(s) with the impression that the application is hosed.
Any suggestions on how I can keep the hourglass on until the report finishes?
Any suggestions on how I can keep the hourglass on until the report finishes?