method Parameters.Remove (Name as Variant)
Removes a specific member from the Parameters collection, giving its name.

TypeDescription
Name as Variant A String expression that specifies the name of the parameter to be removed
The Remove method removes a parameter from the Parameters collection. The Clear method clears the Parameters collection. The Item property accesses the Parameter giving its name. The Count property indicates the number of parameters in the collection. The Item / Count properties can be used to enumerate the Parameters collection as well as for each statement. The Enumerate method enumerates the parameters in the collection whose name matches the giving mask.