PC Review


Reply
Thread Tools Rate Thread

Displaying the arguments of UDF in the spertip

 
 
Subodh
Guest
Posts: n/a
 
      5th May 2010
I was searching for a way to have a my custom UDF (may be in an addin)
arguments be displayed in the supertip similar to the way like all
other usual/normal excel functions show.
Also, I want to have my udf listed in the
application.worksheetfunction in the VBA editor.
Any tips will be appreciated.
Thanks in advance.
 
Reply With Quote
 
 
 
 
ozgrid.com
Guest
Posts: n/a
 
      5th May 2010
Like;

Application.MacroOptions Macro:="L_VLOOKAllSheets", _
Description:="Performs VLOOKUP across all Worksheets and stops at the
1st match" _
& vbNewLine & "E.G: =L_VLOOKAllSheets(Dog,$C$1:$E$20,2,FALSE)",
Category:="Ozgrid Functions"



--
Regards
Dave Hawley
www.ozgrid.com
"Subodh" <(E-Mail Removed)> wrote in message
news:df0298af-5b05-4587-872b-(E-Mail Removed)...
>I was searching for a way to have a my custom UDF (may be in an addin)
> arguments be displayed in the supertip similar to the way like all
> other usual/normal excel functions show.
> Also, I want to have my udf listed in the
> application.worksheetfunction in the VBA editor.
> Any tips will be appreciated.
> Thanks in advance.


 
Reply With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      5th May 2010
Check out the below..

http://www.jkp-ads.com/articles/RegisterUDF00.as
http://www.dailydoseofexcel.com/arch...on-with-excel/


I hope you already know the option of displaying the arguments on hitting
Ctrl+Shift+A soon after you enter the function name

--
Jacob (MVP - Excel)


"Subodh" wrote:

> I was searching for a way to have a my custom UDF (may be in an addin)
> arguments be displayed in the supertip similar to the way like all
> other usual/normal excel functions show.
> Also, I want to have my udf listed in the
> application.worksheetfunction in the VBA editor.
> Any tips will be appreciated.
> Thanks in advance.
> .
>

 
Reply With Quote
 
Subodh
Guest
Posts: n/a
 
      5th May 2010
On May 5, 10:36*am, Jacob Skaria
<JacobSka...@discussions.microsoft.com> wrote:
> Check out the below..
>
> http://www.jkp-ads.com/articles/Regi...istering-a-use...
>
> I hope you already know the option of displaying the arguments on hitting
> Ctrl+Shift+A soon after you enter the function name
>
> --
> Jacob (MVP - Excel)
>
>
>
> "Subodh" wrote:
> > I was searching for a way to have a my custom UDF (may be in an addin)
> > arguments be displayed in the supertip similar to the way like all
> > other usual/normal excel functions show.
> > Also, I want to have my udf listed in the
> > application.worksheetfunction in the VBA editor.
> > Any tips will be appreciated.
> > Thanks in advance.
> > .- Hide quoted text -

>
> - Show quoted text -


Jacob
I checked up your links
But, the links are good to show a method for getting the name of the
function easily listed
and also the function names are displayed as you start typing their
names
However, I want to make the arguments be shown automatically
For example, to make clear what i want
On pressing =sum( excel automatically shows Sum(Number1,
[Number2],...) to help the user on the arguments
So, I want my custom function also show the same.
Thanks for your reply to may question and the response.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF-more than 7 arguments Carolina Microsoft Excel Misc 3 20th May 2008 10:38 PM
displaying UDF input arguments "in yellow box" =?Utf-8?B?U1RJRw==?= Microsoft Excel Programming 0 6th Oct 2006 10:28 AM
too many arguments specified... =?Utf-8?B?am9uZWZlcg==?= Microsoft ADO .NET 2 4th Jan 2006 09:30 AM
URL Arguments Lee Newson Microsoft ASP .NET 3 30th Mar 2005 09:20 PM
combo box not displaying data if limit to list opetion set and displaying item not in list.... Chris Strug Microsoft Access Form Coding 4 3rd Oct 2003 03:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:19 AM.