Hi,
I am trying to copy a layer "DATE" from an old drawing file and then pasting to new drawing file. Following is the VBA code...
Private Sub CommandButton1_Click()
Dim oDoc As New AxDbDocument
Dim nDoc As New AxDbDocument
Dim newPath As String 'without layer an...