How a framed table should be end in RTF file?
We have a RTF file which contains absolute positioned framed tables and framed text paragraphs.In this RTF file a framed table is ending with control word "\row}". Because of this reason, our...
View ArticleTest for password protected documents in a VBA macro
I have a VBA macro that walks a directory tree and opens each word document in the directory tree and does some processing on the word document and then saves it to another directory tree. There are...
View ArticleTrouble getting extended document from Microsoft.Office.Interop.Word.Document
Hi all,in an app-level Word 2010 add-in I have been using this Dim vstodoc As Microsoft.Office.Tools.Word.Document = Globals.Factory.GetVstoObject(Doc)or thisDim vstodoc As...
View ArticleTransliterating Language Fonts (Indic Languages)
Hi Experts,Greetings. I work for Microsoft and my colleague Mr. Stuart Stuple (Sr. Program Manager for MS Office) suggested that I write to this forum to get some thoughts on how to achieve the...
View ArticleButton is not disabled when keyboard is hooked
Hi ,Using keyboard hook , I'm handling the press of F3 in a c# word add-in , to call the functionality of a button_click event in the add-inThe thing is , all the statements in that button-click event...
View ArticleLate Binding Word Automation creates a document with an unresponsive Ribbon
I have a .NET ActiveX COM object that is calling Word and adding a template for processing. This template will get some data and then add in a layout template which will create the final document with...
View ArticleWord 2007 Addin to add Watermark image
I have already asked a question attempting to troubleshoot my existing code as posted...
View ArticleWindows update ruined my macro-embedded word document
I provide written handouts to patient.I have written about 100 handouts. Each is a word document.I have written a Lord of the Rings document (form.docm) with about 100 command button.Each command...
View ArticlePage break inside a table element by passing html tags to openxml.
I have a scenario where I need to insert page break between two signatures, the signature is a bookmark which gets the value from a editor, the user can put page break text in between any line, I am...
View ArticleHow to decrease Microsoft Word 2010 Add-in loading time
Problem Statement.Developed a Microsoft Word 2010 (32 bit) Add-In using VB.Net 3.5 in visual studio 2010. I am not sure if i followed required procedures but somehow i achieved what was required at...
View ArticlePeopleSoft Integration, and Word File Extensions
Hello,I am looking for a list of files extensions supported by MS Word, Excel, and PowerPoint. I am developing a PeopleSoft application, and am in the middle of compiling a list of file formats that we...
View Articlenumbering changes after document is protected
I hope someone can help me, I have a problem with word automation VSTO Add In. I have a c# addin that takes content from a rich textbox (bullet points) and places it into a word document. This document...
View ArticleCheck if in Word document (Word 2013) advanced option "Use fonts that are...
Is it possible in a VBA macro to check whether an opened word document has the advanced option "Use fonts that are stored on the Printer" is set.I have a word macro that opens and processes thousands...
View ArticleDrop-Down List, Type First Letter of Word and selection appears
Hello, I would like to know if there is a way to create a drop-down list (form field, ActiveX, or Content Control), and when a user tabs to the drop-down list they can type the first letter of a choice...
View ArticleUse a combobox to list records in an access database
Hi,I am trying to create a Word document that contains fields to display data from an Access table. I used the mail merge function.I want to add a combo box in the Word document that will hold the...
View ArticleUse a combobox to list records in an access database
Hi,I am trying to create a Word document that contains fields to display data from an Access table. I used the mail merge function.I want to add a combo box in the Word document that will hold the...
View ArticleDetecting file type in vba for word
I have directories full of files on a Mac. Most of these files are Doc files, some Txt files and some other types. Unfortunately the files don't have file extensions (not hidden but actually no file...
View ArticleMailMerge In C# Only Shows The First Record
I'm able to successfully do a mailmerge using a document template manually however when I run my C# code to do the same, I get only one document with the first record's data. I added a loop to...
View ArticleCopy and Paste Question
I have old documents that I want to copy the data out of and paste it into my new document using the form I have created. The problem is if I have the form open, I can’t copy the data from the old...
View ArticleHow to determine the correct moment when Word has finished to write to a docx...
Hello,we are currently passing a document to Microsoft Word for editing and want to take back the changed/saved document when editing is finished. But it seems we have issues to determine the correct...
View Article