in reply to Can I save my document to html page?
Actually you should do something like
my $constref = Win32::OLE::Const->Load($Word); # and then... $Document->SaveAs( { FileName => 'bb.htm', FileFormat => $constref->{wdFormatHTML}} );
Courage, the Cowardly Dog
|
|---|