Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Nash" a écrit dans le message de news: ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert function - custom function name preceded by module name | Excel Programming | |||
Custom Function: Detecting the cell the function is used in | Excel Programming | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
custom function - with built-in function | Excel Programming | |||
Adding a custom function to the default excel function list | Excel Programming |