View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Nash[_2_] Nash[_2_] is offline
external usenet poster
 
Posts: 5
Default Using a custom function as a spreadsheet function

Thanks!
Just what I needed. The function itself is quite simple, subtracting
two angles from each other. It works, of course, I just wanted to use
it as a spreadsheet function instead of doing it via some command
button or something like that.

Nash

On Sep 5, 1:14 pm, "papou" wrote:
Hello Nash
It's pretty straightforward:
Insert, Function, Custom and double-click on your UDF
Place arguments required and validate with OK.

Apart from that:
Has your function worked before?
Can you post the code?

HTH
Cordially
Pascal