James
James

Reputation: 591

VB6 RTF to Word 2010

I have a VB6 application which has RTF field that eventually gets copied and pasted to Word 2010 document.

Texts and pictures get pasted all nicely except when a chart element is pasted, it has axis labels hidden by default. So I basically have to click individual chart and "show" axis labels.

Is there any way to make it visible by default?

Thanks!

Upvotes: 2

Views: 394

Answers (1)

Carl Onager
Carl Onager

Reputation: 4122

You might need to expand on your question a bit for more specific details but it is possible using OLE Automation to manipulate the objects in your Word document from VB6. Here's a better sample than I could give you from memory: http://support.microsoft.com/kb/237337

Upvotes: 1

Related Questions