$word->ActiveDocument->Close(0);
A+
Alain
-Original Message-
From: news.php.net [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 7:43 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] VBA to Word - Syntax Question
I'm working on a simple PHP spell check that uses
I'm working on a simple PHP spell check that uses Word as its engine. The
whole thing works, but I want to close the temp document without being
prompted to save the VBA to do this according to several VBA sites is:
ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges
I'm looking for the PHP syn