View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Subodh Subodh is offline
external usenet poster
 
Posts: 99
Default Autocomplete Custom Functions and functions arguments

On May 20, 5:15*pm, Subodh wrote:
Hi,
I have custom functions in VBA.
I want Excel to show the Autocomplete options as the Microsoft Office
Excel displays below the cell a dynamic drop-down list of valid
functions, names, and text strings that match the letters or trigger.
Also, I want to make the arguments be shown automatically
For example, to make clear what i want
On pressing =sum for example ( *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.