View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default prompts for the user defined functions

Hi Gordon,

This is not natively supported in Excel.

See, however, Laurent Longre's freely downloadable FunCustomize addin at:

http://longre.free.fr/english/index.html

---
Regards,
Norman



"gordon" wrote in message
...
Hi,

IS it possible to get the prompts that normally appear
with the built-in functions to appear with the user
defined functions.

For example, I have a custom function called Hello(a,b,c)

When I type Hello( I want to see the promt for a,b,c just
like any other funtion in Excel xp or 2003.

Is it possible?

Thanks

Gordon