View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
epr epr is offline
external usenet poster
 
Posts: 4
Default Range.find performance

my project involves parsing large number of excel files. and looking for
keywords in each file, I am wondering if this could be a performace issue, to
call the Find function requently.

the other approach i've seen is to get the contents into an array ans work
off that array to gain efficiency.

any experience to share?

thanks.


--
epr