View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johnny Ko Johnny Ko is offline
external usenet poster
 
Posts: 1
Default How to create User Defined function in Excel

Hi

Is there any way to create UDF in Excel?

All I want is to have a function to retrieve the sales
amount from ODBC source. The following is an example.

From Date To date Amount
01/10/2003 31/01/2003 calSales(A2,B2)


calSales is an User Defined Function. It will return the
total sales amount between dates that entered at cell A2
and B2.

Thanks
Johnny Ko