View Single Post
  #1   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

I'd like to use a function that I wrote as a spreadsheet function,
i.e. type "=Deg2DegDec(A1,B1,C1)" in a cell in spreadsheet and get the
result.
I saw a post by Rick Rothstein in one of the previous threads that
says you should put your function in a module. Mine is in Module1 in
Personal.xls, and that doesn't do the trick.
What should I do (step by step, please)?

TIA,
Nash