View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Elliott Baral Elliott Baral is offline
external usenet poster
 
Posts: 1
Default can one write one's own Excel Function?

Can one write one's own Excel Function?
For example, suppose I've got calendar dates in one column,
and I want to translate them to Italian in another column.
The Italian translation should change automatically when
I change the calendar date. The "Italian column" would be
coded something like =Italian(F3).

Is there any way to do this?

- Elliott Baral