View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Henrik[_3_] Henrik[_3_] is offline
external usenet poster
 
Posts: 5
Default Function that emulates FIND(find_text,within_text,start_num)

Hi,

I would like to write a function FINDC that emulated
Excel's FIND worksheet function but returns '0' rather
than #VALUE! if find_text does not appear in within_text.

Is it possible, by the way, to see the source code for
excel functions in Visual Basic?

Thanks,
Henrik