Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Displaying the arguments of UDF in the spertip

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 464
Default Displaying the arguments of UDF in the spertip

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" wrote in message
...
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.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Displaying the arguments of UDF in the spertip

Check out the below..

http://www.jkp-ads.com/articles/RegisterUDF00.asp
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.
.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Displaying the arguments of UDF in the spertip

On May 5, 10:36*am, Jacob Skaria
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
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
Too few arguments plore Excel Worksheet Functions 5 July 19th 12 02:36 PM
Help with Arguments betany70 Excel Programming 4 July 25th 07 08:20 PM
displaying UDF input arguments "in yellow box" STIG Excel Programming 0 October 6th 06 10:28 AM
arguments gemini0662 Excel Discussion (Misc queries) 9 July 13th 06 03:48 PM
How Many Arguments? Jerry W. Lewis Excel Programming 4 November 3rd 03 01:25 PM


All times are GMT +1. The time now is 10:12 AM.

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"