in reply to Re: Re: Can I save my document to html page?
in thread Can I save my document to html page?

You could try something like this to list all the wd* constants which are imported (untested):

C:\perl -M'Win32::OLE::Const "Microsoft Word"'\ -e 'print join("\n", grep { /^wd/ } keys %main::;

Arjen