Sets or returns a Boolean value determining whether an argument list automatically pops up when the user types an open parenthesis character ( ‘(‘ ) following a function name.
Syntax
Property Get AutoListParams ()
Property Let AutoListParams (Boolean)
The syntax has these parts:
Part | Description |
Boolean | Optional Boolean. True means an argument list pops up. False means it will not pop up. |