intellisense functionality in a custom VBA function?
        Posted  
        
            by PowerUser
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PowerUser
        
        
        
        Published on 2010-04-01T15:11:54Z
        Indexed on 
            2010/04/01
            15:13 UTC
        
        
        Read the original article
        Hit count: 552
        
In the standard IDE for VBA, intellisense is built-in to the standard VBA functions. Can I achieve the same for my custom VBA functions? i.e. can i write something like:
Public Function DoSomething(X as string)(Options X="Option1","Option2") as variant
© Stack Overflow or respective owner