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

  • Thread starter Thread starter Dave
  • Start date Start date
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
 
Back
Top