In excel, when you type for function Vlookup as =vlookup( )
the moment we press opening bracket ( excel itself shows the arguments as the tooltip to be entered, at fourth argument it show as the ComboxBox or DropDownList for you choose option. I have a VBA function with many arguments, so great if can show tooltip as VLOOKUP and user will don’t need remember promiscuous argument. How do i code?
In excel, when you type for function Vlookup as =vlookup( ) the moment we
Share
Unfortunately this isn’t possible. Your best option is to use
This method enables you to provide descriptions, help etc. when your UDF is added through the Function Wizard.