Description
Creates a new rule with the given name and text value, adds it to the data dictionary, and then returns the new rule to the caller. PARAMETERS: Name (String), Value (String).
Syntax
Public Function Add( _ ByVal Name As Variant, _ ByVal Value As Variant _ ) As Rule
Parameters
- Name
- Value
See Also