View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Variable Type and Speed in Updateing Status Bar

I just repeat my question; What code do you use?

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"ExcelMonkey" wrote in message
...
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