View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter JW Peter JW is offline
external usenet poster
 
Posts: 1
Default User Functions Compilation?

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