The Name property of the Level interface contains the name of the level object.
String (maximum length of 50 characters)
Read/write (read-only after the object has been named)
Use the following code to return a level object name:
Dim sName As String
sName = LevelObject.Name