Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If I use an ordinary function i Excel, I got some Information about the variables (Information text). Is it posible to add this to an own made function? //Lassse |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in the IDE, open the Object browser (F2) and select the UDF, look into its
properties - you can add to the description. "Lasse Matsson" wrote: Hi, If I use an ordinary function i Excel, I got some Information about the variables (Information text). Is it posible to add this to an own made function? //Lassse |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks! Now I can type the descripion of the function. Can I also type information for each variabel, (inputs to the function). //Lasse *** Sent via Developersdex http://www.developersdex.com *** |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lasse,
Is it posible to add this to an own made function? This is not natively supported in Excel but you may like to look at Laurent Longre's Funcustomize add-in which is freely downloadable at: http://xcell05.free.fr/ --- Regards, Norman "Lasse Matsson" wrote in message ... Hi, If I use an ordinary function i Excel, I got some Information about the variables (Information text). Is it posible to add this to an own made function? //Lassse |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average Function but exclude info | New Users to Excel | |||
How do I use the IF function with info that contains a date? | Excel Worksheet Functions | |||
What function-bring me the info in the next column-same row? | Excel Worksheet Functions | |||
IF function? Moving the same info from one worksheet to another. | Excel Worksheet Functions | |||
How do I add help info to a user defined function? | Excel Programming |