View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
E_R[_22_] E_R[_22_] is offline
external usenet poster
 
Posts: 1
Default My program uses up resources

There is some clean up you have to do...

set x = nothing
set b = nothing
set s = nothing

...but this will not improve the speed or efficiency. I just ra
through your second block of code and it seems reasonable enough to do
however, I have no clue what process "s" is, which is where I suspec
your problem lies. Try commenting out the call to process "s" to see i
that is where the problem is

--
Message posted from http://www.ExcelForum.com