ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Array Formula (https://www.excelbanter.com/excel-programming/323069-array-formula.html)

Tom Ulincy[_4_]

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

David Myle

Array Formula
 
Yes indeed. Formula.Array = <expression

DM

"Tom Ulincy" wrote in message
...
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




Tom Ogilvy

Array Formula
 
Only using Evaluate as a virtual cell.

FormulaArray is for entering an array formula in a cell programatically and
would not work in a UDF used in a worksheet.

--
regards,
Tom Ogilvy

"Tom Ulincy" wrote in message
...
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





All times are GMT +1. The time now is 05:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com