Get RTF from a Word.Range object without using the clipboard

D

Dave

I have a project where I need to create a component/add-on class to
use an already open Word document and get the RTF from a selected
table then save it to the database.

Because of time constraints, my class currently works in this fashion:
1. Copies the table into the clipboard.
2. Grabs the generated RTF from the clipboard.
3. Stores the RTF.

I really hate using the clipboard like this and would prefer a method
of getting the RTF directly. Now that I have time for a rewrite, is
there a way to do this?

Thank you,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top