Thread: Array Formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ulincy[_4_] Tom Ulincy[_4_] is offline
external usenet poster
 
Posts: 3
Default Array Formula

Does vba have the equivalent of array formula functionality in Excel? I have
been using For Next loops in a user defined function to identify rows in a
data list that match a criterion. However, the UDFs take a lot of time to
process.

Thanks for any suggestions.
--
Tom Ulincy