MSWord 2007

M

Mgoutah

Hi,
I need To know how can I use the HTMLProject object in MS word 2007 or an
alternative to it?

in previouse MS Word versions we use to be able to use the following line of
code to get the HTML content of a word document and store it in a variable in
memory:

ActiveDocument.HTMLProject.HTMLProjectItems(ThisDocument).Text

But in office 2007 the HTMLProject has been hidden.

So, is there an alternate way of doing the same thing?
 
R

Russ

I don't think it is part of a regular installation of Word.
It seems to be part of a developer's package or CRM.

This link talks about creating a reference to it.
 
Top