Re: Functions in VBA
- From: JP <jp2112@xxxxxxxxxxxxx>
- Date: Tue, 4 Mar 2008 03:48:12 -0800 (PST)
If you press Shift-F3 and choose "User Defined" from the dropdown
category box, you should see your UDF with its arguments.
If you want to add a text description, go to the VBE and click
anywhere in your macro. Press F2 to view the Object Browser, then
select "VBAProject" from the upper leftmost dropdown box. In the box
on the lower left, select the module where you put your UDF, then
right click on the UDF name that appears on the right. Select
"Properties" and you can enter a description which should appear when
you are in Excel and press Shift-F3 again.
HTH,
JP
On Mar 3, 1:58 pm, "Bob" <some...@xxxxxx> wrote:
Hi everyone:
Does anyone, know that if I have created a function in VBA which I plan to
call from inside excel by typing it in the formula bar, how can I have excel
show the list of arguments needed, just like the excel's built-in functions?
Thanks for your help.
Bob
.
- Follow-Ups:
- Re: Functions in VBA
- From: Bob
- Re: Functions in VBA
- References:
- Functions in VBA
- From: Bob
- Functions in VBA
- Prev by Date: Functions in VBA
- Next by Date: Re: Writing values to cells
- Previous by thread: Functions in VBA
- Next by thread: Re: Functions in VBA
- Index(es):
Relevant Pages
|
|