ClearCustomName Method (Worksheet)
In This Topic
Clears the specified name in the name collection.
Syntax
'Declaration
Public Sub ClearCustomName( _
ByVal As String _
)
'Usage
Dim instance As Worksheet
Dim name As String
instance.ClearCustomName(name)
public void ClearCustomName(
string
)
Parameters
- name
See Also