Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am looking for feedback regarding whether I should pursue a solution as a
worksheet megaformula, or write a UDF using VBA instead. I would prefer to use the megaformula instead of the VBA based solution for speed purposes. Question: What criteria do you use to determine whether to pursue a solution via a worksheet formula, or VBA? for those who indicate case-by-case basis, can you elaborate what would make you opt for the VBA instead of the mega formula? thanks, Harry |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is my general guideline. UDF's are a final resort only when conventional
formulas will not work or in the very rare instance where a UDF will be faster than a standard formula. To that end I have used UDF's only for things like counting colour formulas and returning a numeric value as the spelled out text. -- HTH... Jim Thomlinson "Harry" wrote: I am looking for feedback regarding whether I should pursue a solution as a worksheet megaformula, or write a UDF using VBA instead. I would prefer to use the megaformula instead of the VBA based solution for speed purposes. Question: What criteria do you use to determine whether to pursue a solution via a worksheet formula, or VBA? for those who indicate case-by-case basis, can you elaborate what would make you opt for the VBA instead of the mega formula? thanks, Harry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ARRAY Formula | Excel Discussion (Misc queries) | |||
Mega Stat Addin | Excel Worksheet Functions | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
MEGA FORMULA | Excel Worksheet Functions | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions |