View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Craig Craig is offline
external usenet poster
 
Posts: 208
Default Programming help statements into my VBA custom user defined functi

Hi,

Can you please provide an answer to the following question:

How do I program in help statements to go with my user defined function that
I creat in VBA? (The help statements would be displayed in the function
argument box, like the regular Excel functions have...explaining to the user
what each argument (and the whole function) purpose is.

Also, in a related note, how to I get function tool tips to appear with my
custom function like the regular functions provide when you type them
directly in a cell.

thank you very much

Craig