Hi,
yo, würde das auch mit ner typ...except - Abfrage machen. Geht das nicht einfach so?:
Code:
var Word : OLEVariant;
begin
try
Word := CreateOleObject('Word.Application');
except
ShowMessage('Word kann nicht gestartet werden!');
Exit;
end;
WordWurdeGestartet := True;
end;
Ich hoffe das hilft weiter...
Gruß Yheeky