WhiteLieprod
05-12-2017, 10:14 AM
I'm having a difficult time writing a macro that will allow the user to select a .DOC file via a file open dialog box and export it to RTF. I've been trying to modify examples I've found that allow you to convert an entire folder's worth of files to a specific format, but I can't seem to manage it. Could someone please put together a quick and dirty example that I can work from?
I'm trying to automate a process that involves one of my company's proprietary tools, and that tool requires .RTF input. Ultimately, this macro will allow the user to select a .DOC file, which will be converted to .RTF and passed to this proprietary tool which will alter the RTF file. Once that's done, the macro will convert the updated .RTF into a .DOC file, and overwrite the original .DOC. I can figure out how to do everything except the actual conversion of the files.
I'm trying to automate a process that involves one of my company's proprietary tools, and that tool requires .RTF input. Ultimately, this macro will allow the user to select a .DOC file, which will be converted to .RTF and passed to this proprietary tool which will alter the RTF file. Once that's done, the macro will convert the updated .RTF into a .DOC file, and overwrite the original .DOC. I can figure out how to do everything except the actual conversion of the files.