Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to "compile" a user function to make it run faster and with less chance of bombing
I amd writing several user functions used in the same file and they seem to slow down as you ad more to the file. Is there a way to make them act like "true" functions and run faster and cleaner Peter |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Peter,
No, there isn't a way to compile functions in order to increase speed or reliability. The best approach is a well designed algorithm in the first place. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Peter JW" wrote in message ... Is there a way to "compile" a user function to make it run faster and with less chance of bombing? I amd writing several user functions used in the same file and they seem to slow down as you ad more to the file. Is there a way to make them act like "true" functions and run faster and cleaner? Peter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Defined Functions | Excel Worksheet Functions | |||
User defined functions without using VBA. | Excel Discussion (Misc queries) | |||
User defined functions without using VBA. | Excel Worksheet Functions | |||
About User Defined Functions | Excel Worksheet Functions | |||
Conditional compilation | Excel Programming |