Thread: Array Problem
View Single Post
  #30   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default Array Problem

According to this link, For...Next is faster.

http://msdn2.microsoft.com/en-us/lib...ffice.10).aspx


I should have mentioned, this link is for VBA in Access, but one would think
the results should apply throughout the Office products.

Rick