Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Yinon
I don't know how to get only the text but maybe you like this file to display the Excel help from a function with code. You can find the help Id's numbers for Excel 2003(also 2000 and 2002) in this zipfile. http://www.rondebruin.nl/files/IDnumbersfiles.zip -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Yinon" wrote in message om... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula explanation | Excel Discussion (Misc queries) | |||
Sorting array function explanation please | Excel Worksheet Functions | |||
Explanation of when & how to use ( ) { } : ; , ! etc? | New Users to Excel | |||
Quick Explanation | Excel Worksheet Functions | |||
Calling Excel FUNCTION MACROS Programmatically from VB | Excel Programming |