How to validate if a checkbox is checked or not checked. MSWord 2010.
I am creating a document that will contain several checkboxes on the 1st page as well as several pages worth of several different paragraphs. I have created bookmarks for each checkbox (ie check1,...
View ArticleCTRL+SHIFT+UP ARROW and Selection.MoveUp Unit:=wdParagraph Inconsistencies
In my ongoing attempt to chase down all the changes needed to move a fairly complex project from Word 2003 to 2013, I have come across something I find hard to accept.As part of a spacing calculation...
View ArticleRange Object Array in Word?
Some of my basic questions were asked in this post from years ago, but my basic lack of understanding...
View Articleputting the cursor next to citation
Hi,In the code I used if I insert a citation all of the bibliography will be inserted too ,now my problem is the cursor (looks like small letter L that blinks " l " ) is next to bibliography and I...
View Articleinserting the citation from listbox
Hi,I have a code here that use a listbox to view all the sources in the current list now my problem is that I don't know how to insert the citaiton if I choose one of the source in the listbox and then...
View ArticleIs there any way to hiding the contentcontrol's boundbox in word2010
in word2013 can hide the cc's boundbox by coding: cc.Appearance = Word.WdContentControlAppearance.wdContentControlHidden;in word2010, is there any way to do it? or any patch can support it.
View ArticleDOCX to RTF - using ForeignToRtf32 in C++
Hi,We're using Word 2003 automated on a server, and we're trying to convert docx files to rtf, using the ForeignToRtf32 function found in the "wordcnvpxy.cnv" text converter. After carefully reading...
View ArticleMS Word customization header story range empty paragraph tag issue
Hi All,When I only re size the word document headerStoryRange without inserting any variable(variable is placed into mainTextStoryRange). After customization header shifts down by few pixels due to...
View ArticleWord 2010 crashes when changing height or width of an inlineshape
I am running 64 bit Windows 7 SP1 with 32 bit Office 2010 SP 1. I keep getting a repeatable crash when I run this codevar inlineShapes = range.InlineShapes; var inlineShape =...
View ArticleInserting a Citation from a listbox
Hi,I have a code here that view all the Current Source into Listbox,now what I want is to know how to Insert a citation programmatically using the Listbox by clinking one of the Source from the listBox...
View ArticleHow to always reference the last table in a Word document using Word Interop
I am writing data to dynamic tables using Word Interop. There can be 0 to many rows in each table.When a table is to be written, one of the earlier tables is copied, the rows removed, and new rows...
View ArticleCalculate text line height for "Arial Unicode MS" font?
I am trying to render the text to image similar to MS Word page, but the text line height measured using GDI+ in C# Graphics.MeasureString() method) is less than line height in MS Word specific for...
View ArticleMerge information from SharePoint List into existing Word 2007 document.
I have an existing Word document that uses information from several different SharePoint Lists. We are currently manually updating the Word document (a series of tables) when the information in the...
View ArticleWord 2010 Header/Footer is not exporting to the new drw_notes.docx
I have added code to insert a header/footer into the new document that is created (drw_notes.docx) however it is not working. Do I have the code in the incorrect spot?here is the existing code:Private...
View ArticleAdding color information to numeric picture switch
I am creating a new field in my Word document and want to apply a numeric picture switch to it. The value I have is pretty standard:"$#,0.00;($#,0.00);$0.00;"I would like, if possible, to add color...
View ArticleBug with backspace and styles
Hi All,Not so much a question as a bug report I guess, but I can't find anywhere to submit it.If I create a Word add-in in which I intercept backspace keystrokes (with a local keyboard hook), accessing...
View ArticleIn XML for Word addin ribbon is it possible to filter and display Building...
Word 2007 SP3In XML for Word addin ribbon is it possible to filter and display Building Block by Category with PreviewsNot sure which forum to post this Word or VB.netMenu 1 was created by someone...
View ArticleOpenXML 2.5: Images added to the document don't display
Did you solve this issue?I'm trying to add an image to an existing Word 2010 document using OpenXML SDK 2.5. But when I add the image the image does not get embedded. When I open the document, the...
View ArticleAdding a note that contains equations created from equation tools in Word
I have the below code but it does not include the equation as it appears on the original checklist. How do I include these equations to appear exactly as shown? Private Sub Document_Close() Call...
View ArticlePopulate word document from Excel document
Hi,We are writing technical litterature for our product. This ''user manual'' refers to drawing numbers, client informations and other info throughout the document. The user manual is customized for...
View Article