Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is indead possible (I have done it). If you model on GENERIC.C from
the Excel 97 SDK CD, the last argument in the g_rgWorksheetFuncs array is the help string for the first argument (which gets reused for subsequent arguments if no other help strings are registered). If you supply additional arguments (some adjustment of demensions and loop limits required), they will be interpreted as help strings for additional arguments. Jerry Tom Ogilvy wrote: Jerry told you how to do it for VBA UDF's. I believe you can in an XLL although I have never built one, but Laurent Longre implies that it is possible to do it directly in an XLL. XLL construction is covered in the Excel Software Developer's kit, but that has been discontinued back around xl97 I believe (or perhaps earlier). I believe the documentation is on MSDN. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
creating a form to search for books in a library | Excel Discussion (Misc queries) | |||
Storing User Defined Functions in Office\Library folder for MAC's | Excel Discussion (Misc queries) | |||
Creating a data library | New Users to Excel | |||
creating functions | Excel Worksheet Functions | |||
Creating custom library of functions/macros | Excel Programming |