Mar 26, 2003 #1 srobiolle IS-IT--Management Joined Mar 26, 2003 Messages 21 Location FR Hi, I Have wrote a sample function in vba : function TEST (i as integer) as string test=str(i) end function and would like to call it from a cell : =TEST(1) Of course, it doesnt' work. Any ideas ? Thanks, Stéphane
Hi, I Have wrote a sample function in vba : function TEST (i as integer) as string test=str(i) end function and would like to call it from a cell : =TEST(1) Of course, it doesnt' work. Any ideas ? Thanks, Stéphane