Asian Typography settings in word 2010
Hi,In word 2010, I want to set the entire content files (have bilingual language text in english and chinese) to havethese two options with VBA MacroUnder Paragraph --> Asian...
View Article.Net control for viewing content from Rich text content control
Hi,We have a number of word templates that have a set of Rich text content controls. When users uses these templates to create documents they enters text witihn these content controls. The text...
View ArticleValidate caption labels
Hi, I'mmaking awordtemplateinVSTOand I wantto validatewhether aCaptionLabels.The codeI am using isthe followingand Iwill fail.Can you help mewith thisproblem?Public Class frmIns_texto_docto Dim...
View ArticleConverting Docx to PDF
Hi,I need to programmatically (C#) convert docx documents into pdf. Is there a freeware/open source solution that permits me to do that without having to interface to the office COM component?I need to...
View ArticleCalling EditReplace dialog from a macro
In Word 2003, I used to call the EditReplace dialog through a macro, wherein some operations were initially made on the Find and Replace fields, and then the dialog was called through...
View ArticleClose MS Word Process after exception thrown
I am having trouble with my application if it doesn't close properly. My application opens word using "Word.Application", if my application throws and exception before reaching the end it leaves a MS...
View ArticleUsing Canvas with Connectors
Hi @all,I am writing a software in c# using .NET-Framework 4.0 drawing flow charts in word. I wanted to use a canvas to place rectangles and connect them. I was able to place connectors into the...
View ArticleVBA Run-time error 6124 when opening Word Document directly from Outlook
HiI have a macro enabled Word Template with some VBA form and code to populate the document on document start-up.Everything works fine when opening the document from the machine (e.g. saved on the...
View ArticleExtracting Data from Word Table into Excel (2010 suite and VBA Macro)
Good afternoon and please excuse the interruption. I am looking to do the following: I have a 2000+ page Word document that contains a table. The table has 5 Columns (lets say they are named Column1-5...
View ArticleClose or delete a row in a table
I have table whit about 200 rows and I want to delete or close (rowhigh = 0) every row there it's a "x" i the first cell?Thanks in advance//KentÄ
View ArticleMacro to convert all word files to excel
Hi Team,I would appreciate very much if you could help me on this.. I have the data in the below format(attached word document), want to convert this into Excel with the headings Name:Mohamed (Moe)...
View ArticleChart from word data
Good morning dear friends,I have a problem with Chart in MS word 2010.Task: Prepare word docx (e.g. sample.docx) with chart. Chart data are stored in text form fields, bookmarked A1 ....etc. When...
View ArticleInsert previous month and year in word 2013
Hello,Currently i have { DATE \@ "MMMM yyyy" } in a 2013 Word document - it writes current month and year.I am looking for a date that writes last month and year, and every time I open the document...
View ArticleGet word on right click
Hello,I have the following code:Word.Selection selection = Globals.ThisAddIn.Application.Selection; if (selection != null && !String.IsNullOrEmpty(selection.Text)) { string selectionText =...
View ArticleHow to achieve correct headers when showing hidden sections again in a document.
Dear colleagues in MSDNI created a document intended to help sales people and customers to answer the right questions when dealing with different types of technical issues that they need help for....
View ArticlePass a message or set a property from Windows Form to Word Document
VS 2013 Update 3. I have Word 2010. I have created a Word 2010 Template that has a custom ribbon with some buttons on it. I have a Windows Forms application. The application uses...
View ArticleDeleting a watermark-Access denied
When I am trying to delete a watermark in a word document, I get the following error:System.UnauthorizedAccessException was unhandled Message="Access is denied. (Exception from HRESULT: 0x80070005...
View ArticleIndex Fields
Hello. I'm having an issue with a document that I'm working on. It's rather large and has a lot of Index fields for a definitions index. However, when I run the macro to change straight quotes to...
View Article