View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sing Sing is offline
external usenet poster
 
Posts: 18
Default Speed of fixed array versus dynamic array

Dear Excel Gurus,

I am thinking of ways to optimize a slow Excel VBA program.

Will using fixed array size instead of dynamic array significantly speed up
the operation?

Also, I have been using dynamic arrays but did not use Redim. Is this wrong?