View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default execution speed issue when closing files

c1802362 laid this down on his screen :
agreed - but I'm getting the same slowness even when I'm only reading
from the file (no mods or saves).

The reason I posted is that other routines of this type I've written
over the years don't have this problem - even when saving back to the
network

Art


Show your code!

I pull huge amounts of data into arrays without any perceived slowness.
As I said.., if your code reads/writes to ranges or controls then it's
going to *always* be *much* slower than accessing an array in memory.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion