Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
see response in .programming
-- HTH RP (remove nothere from the email address if mailing direct) "Davids" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The description of the ATAN2 function in Microsoft Excel is not 1. | Excel Worksheet Functions | |||
Wildcard parameter in excel | Excel Discussion (Misc queries) | |||
when mouse passes over button, no description is given | Excel Discussion (Misc queries) | |||
Changing a Parameter Of A Formula | Excel Worksheet Functions | |||
Changing a Parameter Of A Formula | Excel Worksheet Functions |