2
Answers

Inserting Text into Word

Photo of Cory

Cory

15y
5.7k
1

I have tried everything but I cannot figure this out. I need to insert text into an already open Word Document.
I am using C#.  This is an add-in, so Word is already open. If I use the new Document method like all the examples show it brings up fresh document and won't work (obviously) . What is the correct syntax for inserting text using C# if the document is already open. Thanks.

Answers (2)