Thread: Run function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Abrm Abrm is offline
external usenet poster
 
Posts: 3
Default Run function

Hello,
I made a function, this function returns a value that i would like to put in
a certain cell.

In a cell you can put for example =now() then the field is filled with the
date and time.
If I do this with my function, just write in a cell "=begindate()", the
cell returns #NAME?.
How can I solve this?