'The following Visual Basic example creates a new project
' in an existing domain by copying the customization
' requirements and users from an existing project.
Dim sDomainName As String
Dim sNewProjectName As String
Dim sProjectName As String
Dim sServerName As String
Dim CreateOptions As Long
Dim CopyOptions As Long
Dim sReply As String