Removes the floating object with the specified name.
Syntax
'Declaration
Public Sub RemoveFloatingObject( _
ByVal As String _
)
'Usage
Dim instance As Worksheet
Dim name As String
instance.RemoveFloatingObject(name)
public void RemoveFloatingObject(
string
)
Parameters
- name
- The name of the floating object to remove.
See Also