RemoveCustomFunctions Method (Worksheet)
In This Topic
Removes the specified user-defined custom function.
Syntax
'Declaration
Public Sub RemoveCustomFunctions( _
ByVal As String _
)
'Usage
Dim instance As Worksheet
Dim name As String
instance.RemoveCustomFunctions(name)
public void RemoveCustomFunctions(
string
)
Parameters
- name
- The name of the custom function to remove.
See Also