Back in September, David Crawford wrote that he did exactly this, using
   mydoc2.SaveAs("d:\temp\htmltest.htm",val("10")) ;

-David

Greg Saunders <[EMAIL PROTECTED]> writes:
> I'm trying to use CFOBJECT to convert a Word doc to HTML.  The code
> basically works, except that I don't have the right parameter for 
> the "file
> type" for the save-as method.  If I remove "HTML" it works fine, but 
> with
> "HTML" it breaks.  What should the parameter be?
> 
<cfset success = ActiveDoc.SaveAs(fileName, "HTML")>  

________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to