Tagged Questions
The docvariable tag has no wiki summary.
3
votes
3answers
1k views
Filling in a docvariable in Word docx using C#
I've done this a hundred times in VB 6 but it's driving me nuts using C# 2008 and Word 2007. I created a docx file with two docvariables:
Some text here....
{docvariable replace1}
{docvariable ...
2
votes
2answers
6k views
What is a DOCVARIABLE in word
What is a DOCVARIABLE in Microsoft Word 2003? How do I set it? How do I make it display in my word document.
0
votes
0answers
52 views
C# Office Interop Word custom fields
I have a question regarding a problem that I faced using docvariable with Office.Interop.Word (version 12).
I update the docvariable (from C# code), make some modifications to the document's text ...
0
votes
0answers
44 views
Is there a way to show all docvariables from a word file?
I have a Microsoft-Word File which contains several DocVariables.
In our application we fill/replace these DocVariables with content.
With the shortcut Alt+F9 I can switch in a mode in which I can ...