In This Topic
Genereates a new worksheet name from the naem of this worksheet.
Syntax
'Declaration
Public Function DuplicateName() As String
'Usage
Dim instance As Worksheet
Dim value As String
value = instance.DuplicateName()
public string DuplicateName()
See Also