Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all!
I work with Excel functions and I want write descpription for the function and for its parameter (like the Excel's Sum() function). For the function I use: public function myFunct(p1 as string) as string Attribute myFunct.vb_Description="Description of myFunct" ' ... myFunct = "Hello!" end function How it's possible to write the description for p1? Thanx in advance! Davids |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parameter description | Excel Worksheet Functions | |||
Function parameter description | Excel Programming | |||
access function description from c | Excel Programming | |||
access function description from c++ | Excel Programming | |||
Macro Questions: Returning multiple results, description of parameter syntax et al. | Excel Programming |