ThisDocument-Object

M

Matthias Langbein

Hi all,
I've got a problem with the development of a Word-Add-In:

I want to insert text in the active Word document. The MSDN-Database
(http://msdn.microsoft.com/library/d..._wrcore/html/wrtskhowtoreferencedocuments.asp)
refers to the ThisDocument-Object. Can anybody tell me in which
reference I can find the ThisDocument-Object?

THX, Langi

====================================================

Hi zusammen,
habe ein Problem bei der Entwicklung eines Word-Add-Ins:

Ich will Text im aktuellen Word-Dokument einfügen. Laut MSDN-Datenbank
(http://msdn.microsoft.com/library/d..._wrcore/html/wrtskhowtoreferencedocuments.asp)
funktioniert dies mit dem ThisDocument-Objekt. Kann mir jemand sagen,
in welcher Reference ich das ThisDocument-Objekt finde?

Gruß Langi
 
T

tvcat

You need to add reference "Microsoft Word 11.0 Onject library", its on
the COM tab. 11.0 mean Office 2003.
 
B

- B@rney

Start the development of your Word Add-In by creating a new Shared Add-In
Project in Visual Studio .NET 2003 and select that it should work for Word.

Then you get all the references and events and so on you need.

HTH
 

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