View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angelique[_2_] Angelique[_2_] is offline
external usenet poster
 
Posts: 2
Default access the function description

Hello,

for several user-defined functions written in C++ we have
made a help file in chm format.
Now I have three questions:

- how do I include the help file IN the original Excel
help file, without decompiling it?
- how can i access the function description in the
function dialog box?
- how can I access the argument description in the
function dialog box?

Thank you in advance!