UniqueObjectNameFromString Method
Object List Next Object
Defined By: ObjectTools
Description:
Generates a unique name for an object using a string.
Declaration:
Function UniqueObjectNameFromString(ByVal root As String)As String
Details:
Root is the beginning of the name you want for the object. A number will be
appended to Root to make the name unique. UniqueObjectNameFromString returns a string
containing the new Object name.