If FindWindow("Класс окна Ворда",vbNullString) then
'Класс окна так не помню :( Вруби сам SPY++ и посмотри
Public declare Function FindWindow Lib "user32" alias "FindWindowA" (classname as String,wndname as String) as long
Public AppWord As Application
'***************************************************
Set AppWord = GetObject(, "Word.Application")
If AppWord Is Nothing Then
Set AppWord = CreateObject("Word.Application")
If AppWord Is Nothing Then
MsgBox "Запустить WORD невозможно......", vbCritical, "Внимание!"
End
End If
End If
Сейчас этот форум просматривают: Google-бот, SemrushBot и гости: 167