intellisense functionality in a custom VBA function?
- by PowerUser
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