Display a list of arguments for User Defined Function

R

ryguy7272

I am looking for a way to display the list of arguments, in a small yellow
window immediately under the function, like Excel does for a built-in
function. However, I want to do this for a user defined function. Is there
a DLL that I can download from somewhere, or some other method of controlling
this?

Thanks!!
Ryan---
 
D

Damon Heron

Where are you displaying these "user defined functions"? If on a form, then
there is no need to display the function to any user, even yourself. Use
comboboxes to make selections, perhaps from a value list to select the
arguments for the function and a button to run it.

Maybe if you gave an example of what you are trying to accomplish, we could
understand better...

Damon
 
R

ryguy7272

Meant to post to the Excel - General Questions group. Sorry for the confusion.

Regards,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


Damon Heron said:
Where are you displaying these "user defined functions"? If on a form, then
there is no need to display the function to any user, even yourself. Use
comboboxes to make selections, perhaps from a value list to select the
arguments for the function and a button to run it.

Maybe if you gave an example of what you are trying to accomplish, we could
understand better...

Damon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top