Anyone know of a way to convert RTF to HTML? I found an ActiveX control that will do it but the problem is it costs $140....
Also, how would you save embeded images/files as a file?
Any help would be apreciated. Thanks.
Printable View
Anyone know of a way to convert RTF to HTML? I found an ActiveX control that will do it but the problem is it costs $140....
Also, how would you save embeded images/files as a file?
Any help would be apreciated. Thanks.
try using MS word...
open / save as...
can be all done in VBA too....
I dont want to use VBA because that would imply that the user would have to have word installed. Right now, I dont even have it. Do you know of a way to do it in VISUAL BASIC?
I found a function that works. Thanks for your help anyways. If you are intrested in it, it is avaliable here.
One more question, Do you know the proper way to merge 2 RichTextBoxes?