Thread: Help prompt
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default Help prompt

If you type in the cell

=MY_UDF(

Then press Ctrl + A you'll get a wizard to prompt the user to choose ranges,
or press ctrl + Shift + A to get the parameters listed in the formula box.

Sam


"John Tripp" wrote:

If you build your own functions, can you show the required parameters and
hightlight which parameter is "next" like the built in functions do?

Thanks, John