Sub test()
NameForKill = "d:\Книга1.xls"
On Error Resume Next
Set A = Workbooks.Open(NameForKill, Password:="2")
I = Err.Number
On Error GoTo 0
If I = 0 Then
ActiveWorkbook.Close
MsgBox NameForKill & " должен быть убит!"
Else
MsgBox NameForKill & " не убивать"
End If
End Sub
Сейчас этот форум просматривают: Yandex-бот и гости: 78