View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Warwick Renshaw Warwick Renshaw is offline
external usenet poster
 
Posts: 2
Default How to create User Defined Function

Could someone please explain how to creat a User Function that:
- reads an input parameter (to a calculation)
- performs the calculation (spanning several hundred cells)
- returns the result (of the calculation)

I percieve the function would look something like:
- UserFunction(InputParameter,Result)