RE: [PHP-WIN] VBA to Word - Syntax Question

2002-01-18 Thread alain samoun
$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

[PHP-WIN] VBA to Word - Syntax Question

2002-01-17 Thread news.php.net
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