I am currently trying to convert a file from a word document into an HTML domcument, I am using Vb to open the document and then attempting to have microsoft word convert the file to an html document. I am using
variable.ActiveDocument.SaveAs ([FileName],[FileFormat])
but I can't figure out what a valid name is for the FileFormat. If any one can point me in the right direction would be a big help.
variable.ActiveDocument.SaveAs ([FileName],[FileFormat])
but I can't figure out what a valid name is for the FileFormat. If any one can point me in the right direction would be a big help.