Hello,
I get from one document the content with GetFormattedText and set it in an other with SetFormattedText.
I use
Is the use of LPDISPATCH correct? E.G. doc1.GetApplication() returns a LPDISPATCH, but it is a _Application. What is it for GetFormattedText?Code:LPDISPATCH dp = doc1.GetFormattedText(); ... doc2.SetFormattedText(dp);
Michael
