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.

Signature
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!
> Is there a way to save multiple .rtf files in a directory into a single .doc
> file using VBA code?