Help for this page

Select Code to Download


  1. or download this
    my $constref = Win32::OLE::Const->Load($Word);
    # and then...
    $Document->SaveAs( { FileName => 'bb.htm',
         FileFormat => $constref->{wdFormatHTML}} );