The word-2007 tag has no wiki summary.
5
votes
5answers
2k views
What is the best way to populate a Word 2007 template in C#?
I have a need to populate a Word 2007 document from code, including repeating table sections - currently I use an XML transform on the document.xml portion of the docx, but this is extremely time ...
5
votes
5answers
7k views
Pasting source code in word 2007
If i try to paste source code in word 2007 the spacing between the lines seems to get messed up as all new lines are spaced way apart compared to a programming text editor.
Can somebody tell me how ...
4
votes
2answers
880 views
How can I use Microsoft Word's spelling/grammar checker programmatically?
I want to process a medium to large number of text snippets using a spelling/grammar checker to get a rough approximation and ranking of their "quality." Speed is not really of concern either, so I ...
3
votes
1answer
435 views
.NET OpenXML SDK 2 RunProperties are Null
I'm trying to read Word 2007 docx document.
The document looks fine inside Word, but when i try to read id using my code, all Run objects have RunProperites set null.
The property that I'm most ...
3
votes
2answers
1k views
3
votes
1answer
2k views
What are the benefits of MS Word content controls?
Office 2007 brings a new goodie called as 'content controls'.
I need to evaluate this to see if this serves as a solution for a problem under research.
Due to paucity of time and my general disdain ...
3
votes
3answers
6k views
Insert HTML into OpenXML Word Document (.Net)
Using OpenXML SDK, I want to insert basic HTML snippets into a Word document.
How would you do this:
Manipulating XML directly ?
Using an XSLT ?
using AltChunk ?
Moreover, C# or VB examples are ...
3
votes
2answers
5k views
How to create an automatic Revision History table in Word 2007
Is it possible in Word 2007 to create a revision history table automatically using track changes or some other method?
e.g.
Revision History
DateVersionDescriptionAuthor
16/09/20081.0CreatedJohn ...
2
votes
1answer
173 views
Can I change the behaviour of the Insert Table command in Word 2007?
In Word 2007, the "Insert" ribbon tab has a "Tables" group with a single drop-down button (labelled "Table").
The drop-down contains various menu items such as "Insert Table...", "Draw Table", etc. ...
2
votes
2answers
107 views
Tag spot in word document
How can I tag a "spot" (this can be a text area or text field) in a word document? I tried putting a plain text content control in my document, but when I looked at the generated XML there was no ...
2
votes
1answer
1k views
Is there an inverse mode for Microsoft Word? [closed]
I'm wondering if there's any way to invert the colors in Microsoft Office Word - that is, view white text on a black background. I mainly ask because I'm used to dark color schemes a la Notepad++ ...
2
votes
2answers
279 views
How do I use VBA to obtain the file path to a shortcut from which the ActiveDocument was launched?
I am building a document management system. In each subdirectory within the main document repository, there is a shortcut to a document template. When a user wants to create a new document, he/she ...
2
votes
1answer
796 views
How to Jump to a Bookmark in Word-VBA and insert text?
I am trying to create a Word document with a very simple word macro. The macro searches for a bookmark that I have placed in the text and then adds a date, 2 weeks into the future, at that location.
...
2
votes
2answers
497 views
In Word, Programmatically Open New Document Dialog
I am looking for a way to programatically open the "New Document" dialog in Word 2007. It is the same one you get when you select File->New . You can also open it using the FileNew macro or the ...
2
votes
3answers
898 views
Using COM to open Word
I am actually trying some codes i found from http://php.net/manual/en/class.com.php
<?php
// starting word
$word = new COM("word.application") or die("Unable to instantiate Word");
...
2
votes
1answer
1k views
How to Add Serialized LINQ to SQL Entities to a Word 2007 Document
I built a template-based document generator using the Open XML SDK (1.0), the Word 2007 Content Control Toolkit and LINQ to SQL (using the CodeSmith PLINQO templates). To do this, I serialized the ...
2
votes
3answers
873 views
VBA for MS word
There are a lot of free sources to learn about the object model of MSExcel but I failed to find any comprehensive source for a similar source for MS word.
Can You suggest a free and comprehensive ...
1
vote
1answer
109 views
How to clear Office Word 2007/2010 custom properties with XSLT?
<xsl:template match="o:CustomDocumentProperties">
<xsl:copy>
<xsl:apply-templates select ="@*|node()" />
</xsl:copy>
</xsl:template>
In word ...
1
vote
2answers
250 views
Insert line break in MS word table
I'm trying to insert a line break into a table cell. So far I've been trying to manipulate the range of the cell, but am either getting errors or causing my text to go into subsequent rows or outside ...
1
vote
1answer
154 views
Can I change the list style used when Word (2007) auto-creates a bulleted list?
I have a template where I've created a custom list style, and ensured that that list style is used when the user clicks on the "bullet" icon on the ribbon (by overriding FormatBulletDefault).
...
1
vote
0answers
107 views
c# word-2007 add-in: get the path and filename of current opened wordfile?
I am coding da latex-addin with visual studio 2008 for word 2007.
My question: how do I get the the current path and filename of the opened file?
example: If i open the C:\edu\test.docx with word ...
1
vote
1answer
815 views
Update embedded excel file programmatically
I'm trying to modify an embedded excel table in a word document programmatically. To do this, I have modified the docx file and the embedded excel file.
The significant part of the main document is ...
1
vote
1answer
983 views
Add a filename field without .doc extension in document header
Working in Office 2007, I'd like to add a filename field in my document header. The document will later be a PDF, so I don't want the extension.
I've played with Insert -> QuickParts -> Field, to no ...
1
vote
1answer
237 views
Where is the Word 2007 schema library stored?
Word 2007 allows XML schemas to be attached to a document (under the Developer toolbar | XML group | Schema button). Where is this schema library information stored?
I have documents that I have ...
1
vote
1answer
113 views
Multiple Word2007 references in the Running Object Table
Contrary to earlier versions (see here), I find that Word2007 places one entry into the Running Object Table for each instance of WinWord.exe that is running. (Using IROTVIEW.exe supplied with MS VC ...
1
vote
0answers
70 views
Word 2007 customisation - template based addins vs. custom dlls written in Visual Studio?
I'm planning an upgrade to Word (Office) 2007 and need to decide now which customisation route to take.
The current set-up is Office 2000 with templates acting as addins, loading with Word (from the ...
1
vote
3answers
1k views
I'd like to preview a Word document on form
Update2: For now, I'm considering saving a temporary copy of the document in html format to display it, but this kills my idea to show the user's real time affect on the document. It's just bad ...
1
vote
0answers
206 views
Repurpose builtin Word commands - access original command within repurposed function
It is possible to repurpose a Word builtin command in Word 2007 using the customUI.xml file.
Example:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
...
1
vote
2answers
373 views
Run word on server for COM to work?
I got this from php.net website. This is related to the problem I am having with tho code below. Can anyone explain me what the following does. I am using Vista. What does running Word on server ...
1
vote
2answers
847 views
C#: How can I create a header in a table for each new page with Word interop?
I am trying to create a table with a header. I want this header to be repeated for each new page that the table takes. How can I do this in C# with Word 2007 Interop?
1
vote
1answer
862 views
C#: Create/Insert Excel 2007 charts into Word 2007
How do you create and then insert an Excel 2007 chart in Word 2007 with office interoperability?
Important: I do not want to save an Excel file to create a chart.
1
vote
1answer
478 views
vba word 2007 - protect document but enable toolbars
I have a document with sections that are protected and unprotected. With Word 2003 the sections that were unprotected had formatting enabled - specifically the bullets and numbering. Now with Word ...
1
vote
3answers
8k views
Programatically insert a Word document into an existing document (Word 2007)
I have a Word 2007 document that I want to insert an exsiting Word document into - while preserving the header/footer, graphics, borders etc of both documents.
I'm doing this using the Word API in ...
1
vote
4answers
3k views
MS Word Plugin, Adding a button which pops up on right click on selected text
I am working on a shared addin for MS Word 2007. I would like to add a button which pops up when selected text is right clicked. The attached snapshot should make this clear.
Currently, the user has ...
1
vote
0answers
865 views
Troubleshooting: Assembly resolution for a managed dll from a Word VSTO Add-in
I have a Word VSTO Document with a code-behind dll named WordDocument1.dll
Project folder D:\Work\Seven\WordAutomation\ContentControls\WordDocument1\bin\Debug
I've copied some custom code into an ...
1
vote
2answers
2k views
Word 2007 Add-in
Okay this question is coming from someone who has never written any code beyond CSS, HTML and some php...
Pretty much I'm using Word all day and constantly needing to refer to just a couple of sites ...
0
votes
1answer
14 views
Generate a word file from template and XML data
I would like to generate on-the-fly word documents from a template and a XML file of which XSD is known.
Is there any best practice known to achieve it?
Thank you
0
votes
1answer
28 views
(Word 2007 - VBA) How to extract / delete first word of each page?
First of all I'm a beginner in VBA so please be kind. Let me explain the situation.
I did a mailmerge to create dynamic word pages with customer informations.
Then I did (by looking on the net) a ...
0
votes
1answer
73 views
How to copy rows from a table to another table in Word 2007 using interop and C#
I have a master table in one word document.
First column of the table has keys. I have to create another table based upon the keys (rows) selected by the user.
The user can select a key (row) more ...
0
votes
0answers
15 views
Inserting multiple Merge Fields at once in Word 2007
I have a lot of LimeSurvey results that my organizational users would like to print individual reports from. I export the results and use Word to do a merge, but the problem is that some of the ...
0
votes
2answers
39 views
How to maintain formatting of cells when copying cells from Excel to Word
Currently I'm using OleDB to connect with Excel Spreadsheet and getting data in a DataTable, doing some modifications on data and then copying the data to Word.
In doing so I'm losing the formatting ...
0
votes
0answers
39 views
How can you export DataTable in Word using Interop
I have a word 2007 document in which I have 4 bookmarks. For each of those bookmarks I've a datatable(System.Data.DataTable) that needs to be exported. I'm using Microsoft.Office.Interop.Word and ...
0
votes
0answers
45 views
modifying a word xp template in word 2007
I have a Microsoft Word template that I'm trying to make some changes to. The Word template was originally created in Word XP. I am trying to edit it in Word 2007. The problem I have is that in the ...
0
votes
0answers
50 views
Word 2007 add-in selected text help needed
i am trying to create word 2007 add-in using VS2008, and i need to know how to get the selected text inside the word document
0
votes
1answer
60 views
Creating Word Addin for 2007 and 2010
I'm very new with VSTO development. Is it possible to develop Ms Word Add-In that can be used in Word 2007 and Word 2010?
When I try debugging an add in for Word 2010 in a machine that have Word ...
0
votes
0answers
50 views
Word XML bind Content control - Default Value reappear?
I got a word 2007 document with Content controls binded to XML Mapping
<root>
<client>[ClientName]</client>
<Project>[ProjectName]</Project>
...
0
votes
0answers
23 views
Tell difference between .doc and a .doc created from Word 07/10
i.e.
file1.doc <--- I paste a chart object from Excel to Word 07 and save the file as a .doc
file2.doc <--- I paste a chart object from Excel to Word 03 and save the file as a .doc
I've ...
0
votes
0answers
11 views
How to specify the number of citations of a source and the pages where are founded, in bibliography?
How to specify the number of citations of a source and the pages where are founded in bibliography of a Word 2007 document?
I use Harvard - Leeds style form http://bibword.codeplex.com/, which I have ...
0
votes
1answer
68 views
Word 2007 password protection for single words
is it possible to put a password on a single word inside a word document?
What I want is to write a system documentation from our IT structure. I want to put the passwords in the document as well. ...
0
votes
1answer
146 views
Mail merge functionality not working in later version of MS Word
We are using PowerBuilder 11.5. Mail merge was working correctly with MS Word 2005. After we switched to Word 2007, mail merge is no longer inserting fields. How can we fix this?