Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Variables description in a function

Hi,
I have made a function with 3 input variables.
Is it possible to write som informaton about the variables, so they no wath
they are used for.

//Lasse


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default Variables description in a function

Hi Lasse,

normally, it is not possible.

But there is a way around, see:

http://www.jkp-ads.com/Articles/RegisterUDF00.htm

for details.

Regards,
Ivan

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default Variables description in a function

Hi Lasse,

Lord let JKP to finish up his tremendous, praiseworthy endeavor, or MS to
resolve such a topical (as it seems according to the frequency of asked
questions) problem. If your need is urgent and your desire for perfection not
too high, use the following funny scheme. The arguments enabling question
mark help should be Variant or, with String input, String. To notify the user
he can use the question mark convention at all, you may eventually exploit
MacroOptions method.

Function QuestionmarkHelp(C As Variant) As Variant
If C = "?" Then MsgBox "C...tentative variable(Variant)": Exit Function
'your code, i.e.:
QuestionmarkHelp = C
End Function

Sincerely
Peter

--
Petr Bezucha


"Ivan Raiminius" wrote:

Hi Lasse,

normally, it is not possible.

But there is a way around, see:

http://www.jkp-ads.com/Articles/RegisterUDF00.htm

for details.

Regards,
Ivan


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function parameter description Davids Excel Programming 2 May 2nd 05 02:17 PM
Function parameter description Christine[_5_] Excel Programming 1 November 27th 03 06:08 PM
access function description from c angelique Excel Programming 0 October 29th 03 03:56 PM
access function description from c++ Angelique[_2_] Excel Programming 0 October 29th 03 03:55 PM
access the function description Angelique[_2_] Excel Programming 0 October 29th 03 03:51 PM


All times are GMT +1. The time now is 02:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"