View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yinon Yinon is offline
external usenet poster
 
Posts: 1
Default Getting to the Function Explanation Programmatically

Hi,

How can I get to the explanation text of function programmatically?

I'm talking about the text that appears in the Insert Function dialog
when selecting a function. For example, when I select the "Sum"
function, I get in the buttom of the dialog the text:
SUM(number1, number2,...)
Adds all the numbers in a range of cells.


Can I get to this text programmatically?

Thanks,
Yinon