View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 5
Default I can't find the solution to my problem...

To my knowledge I don't have any asynchronous operations going on. I
know I haven't written any... Is there something I could put in my code
maybe above that section, that would take up some time to allow for
another process to finish?


Jeff Standen wrote:
Crikey. I've never seen that error personally, but the fact that it works
when you step through it makes me wonder if you have any asynchronous
operations going on, that finish if you step through, but are still going on
if you run it normally (which is of course much quicker). Ring any bells?

"Paul" wrote in message
ups.com...
Jeff,