View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
news.wanadoo.fr news.wanadoo.fr is offline
external usenet poster
 
Posts: 1
Default use vba function in formula

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