View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Variable Type and Speed in Updateing Status Bar

Well that was my next question. I have also noticed that if I run the
routine alot of times it actually gets to the point where it starts off slow
too. That is, the more I run it, the more it seems that something is holding
it back.

What can I do in terms of my systems memory managment?

Thanks

"DM Unseen" wrote:

I had more or less the same issue, but I blame it on the memory
managament of my code, not on updating the statusbar.

DM Unseen