Hi
if you don't declare the function as private and put it in a standard
module you can simply use your function as you would use a worksheet
function.
Also see
http://www.mvps.org/dmcritchie/excel/getstarted.htm
--
Regards
Frank Kabel
Frankfurt, Germany
"news.wanadoo.fr" schrieb im Newsbeitrag
...
Hi !
Is ther any way to use some vba function i wrote in my cells formulas
??
for example : =myfunction(A1:A10)
with
function myfunction (myRange as range)
....
end Function
Thank you all for your answers
Sylvain Caillet