- Сообщения
- 217
- Реакции
- 0
Пишу так:
Sub CopyDoc()
Dim d As Document
Dim s As Shape
Dim l As Layer
Set s = ActiveShape
For Each d In Application.Documents
d.Layers("LaLa").Activate
ActiveLayer.Paste
Next
End Sub
Отладчик пишет что, Object doesn’t support this property or method
Sub CopyDoc()
Dim d As Document
Dim s As Shape
Dim l As Layer
Set s = ActiveShape
For Each d In Application.Documents
d.Layers("LaLa").Activate
ActiveLayer.Paste
Next
End Sub
Отладчик пишет что, Object doesn’t support this property or method