W
WarpGammon Director
I have had this problem in a number of contexts. I write a VBA
program, and while it is running, Excel will go into "not responding"
status. I cannot get the Excel screen to come up either. In order to
get it to "respond" I have to hit Cntl/Break. Sometimes even that
doesn't work. This is obviously only a problem with marcros that take
a while to execute.
The immediate case is a macro that takes about 20 minutes to execute.
I use the status bar to tell me what % compete it is, but if I navigate
onto a different application, I cannot get Excel to come up on the
screen.
Just for grins, I put a statement in the macro which, on each cycle of
the main loop, sets the value of a certain cell to a constant. I
thought that might make the macro give attention to the display.
Didn't work.
I searched the archives of this group and didn't find anything that
actually answered the question. I'm hoping someone can help. Thanks
in advance.
program, and while it is running, Excel will go into "not responding"
status. I cannot get the Excel screen to come up either. In order to
get it to "respond" I have to hit Cntl/Break. Sometimes even that
doesn't work. This is obviously only a problem with marcros that take
a while to execute.
The immediate case is a macro that takes about 20 minutes to execute.
I use the status bar to tell me what % compete it is, but if I navigate
onto a different application, I cannot get Excel to come up on the
screen.
Just for grins, I put a statement in the macro which, on each cycle of
the main loop, sets the value of a certain cell to a constant. I
thought that might make the macro give attention to the display.
Didn't work.
I searched the archives of this group and didn't find anything that
actually answered the question. I'm hoping someone can help. Thanks
in advance.