Pitchblend
New Member
- Joined
- Feb 16, 2012
- Messages
- 44
I have written a custom function with the signature:
Function Contains(TestRange As Range, CriteriaRange As Range) As Long
The function works with no problems.
When I click the "fx" button to right of the range name box, a pop-up appears to allow me to select a function category (User-Defined). I then select the 'contains' function and a pop-up appears to allow me to enter the function arguments. Underneath the function arguments a message says "No Help Available." There is also a hyperlink that says, "Help on this function."
Questions:
Is it possible to provide help on the function using the Function Arguments pop-up?
Can I make the "Help on this function" hyperlink work?
I would appreciate a code snippet or your advise about where I can find additional information.
Thank you!
Function Contains(TestRange As Range, CriteriaRange As Range) As Long
The function works with no problems.
When I click the "fx" button to right of the range name box, a pop-up appears to allow me to select a function category (User-Defined). I then select the 'contains' function and a pop-up appears to allow me to enter the function arguments. Underneath the function arguments a message says "No Help Available." There is also a hyperlink that says, "Help on this function."
Questions:
Is it possible to provide help on the function using the Function Arguments pop-up?
Can I make the "Help on this function" hyperlink work?
I would appreciate a code snippet or your advise about where I can find additional information.
Thank you!