View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vepa Vepa is offline
external usenet poster
 
Posts: 10
Default Yet another basic problem

Hi,

I have a very basic question concerning the VBA code in excel. I would like
to know how can I decide into which cell does the excel enter the answer of
my function?

For example, if my function goes as follows,
function test(s+b)
test=s+b
end function

so how can i tell the program that the result of the function should be
shown automatically in cell e.g "C2"?

Regards,
Vepa