Is there a way to save multiple .rtf files in a directory into a single .doc file using VBA code?
K K9 Sep 17, 2007 #1 Is there a way to save multiple .rtf files in a directory into a single .doc file using VBA code?
P Pranav Vaidya Sep 17, 2007 #2 You will have to write a macro for this Open each .rtf file copy entier text paste in .doc file save .doc file close .rtf file continue doing this until all .rtf files are not copied.
You will have to write a macro for this Open each .rtf file copy entier text paste in .doc file save .doc file close .rtf file continue doing this until all .rtf files are not copied.