Converting Word Templates from 2003 to 2013 Version
Hello. I work at a school environment and most of our secretaries had been running Office 2003. They have a lot of Word templates. Recently, as we have decided to upgrade Office to 2013, we have the...
View ArticleSelection/Range.MoveEndUntil crashes word when encountering a comment
have a word add-in that manipulates selected text by reformatting it in various ways (specifics not important). One function not only manipulates the selected text, but also expands the range to...
View ArticleHow to assign shortcut key to builtin style in MS Word 2010 using vb.net
I have written code for Application level MS Word Addin according to my own requirement for built in headings now i want to assign shortcut key to them. Following is the code. While using word this can...
View Articlestrange behaviour of Mouse-Events and Range size
Hello,i found a strange behaviour of the Paragraph-Ranges in Word and can't explain this myself.I have a add-in with a Custom Task Pane "UserControl1" and a button...
View Articleintegrating with Office Word from iOS custom application and URL scheme file:///
I am writing an app in iOS (language Objective-C) and try to open a docx file by invoking the method openURL and passing the file location to it as per the scheme "ms-word:ofe|u|<urlofmyfile>"...
View ArticleCreate word table in buffer
Hello,Currently I generate our Table of content by inserting a table in the document and then writing data row by row. It's very time consuming and sometimes word is not responding for large...
View ArticleConversion of plain text/images to Word Equations
Hi Everyone,I am working on one project using C#.Net, where I need to convert plain text equations to Word equations or if equations are in the form of images, then I need to convert them to Word...
View ArticleLINK Excel.Sheet has issues with Non-English Office
In non-english office when we issue LINK Excel.Sheet.12 command, the range parameter is causing "Error! Invalid Link" error (¡Error! Vínculo no válido in spanish).Example if we do:{LINK...
View ArticleWord 2010 Ribbon toggle button page size feedback
For a Word template I am developing a custom ribbon for end-user ease of use and to protect the structure of the document. There is one issue I am currently running into for which I cannot find a...
View ArticleGetting execption calling SetCompatibleTextRenderingDefault() in AddIn
Hi all;Under Windows 8 we are getting the following exception:SetCompatibleTextRenderingDefault must be called before the first IWin32Window object is created in the application. Stack Trace: at...
View ArticleHow to get screen-coordinates of active's document print-margin (print layout)
Hello, We struggle to get the active's word document right print margin (or alternatively the paper's right border) - in print-layout mode Background: Our goal is to draw an adorner-layer from...
View ArticleControl Paper size while Printing a (.rtf) document
Hi,I have a .rtf document and i need that document to be printed as my Custom Size(8 inch-width X 6 inch-height).Currently I am using the below code. public void Print_Doc(string Path) { try {...
View Articleinserting a picture into word and changing the position
Hi,I'm using vb.net to create a word documentI've inserted a picture using the following code: Dim s As Word.InlineShape s = oWord.Selection.InlineShapes.AddPicture(PictureLocation, False, True)I can...
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 ArticleHow can I see the pictures on word documents ?
I am not so sure about this is the correct spot to ask this question.If someone know it, just move this post to it. Thanks.My question is very simple.On Word document I can not see the pictures at...
View ArticleWord 2013 programmatically add data to a repeating section
I created a template and added plain text content controls. I am using javascript and activex to fill the form from database data. I have a table which I was able to figure out how to do a repeating...
View ArticleHow to use asterisk indicator in footnote
Hello All,I want to use asterisk indicator instead of Arabic numbers in footnotes, so I changed the footnote number format to the symbol format indicator *, but the asterisk does not increment so that...
View ArticleSet Image position Absolute position (text through) in MS word using VB.Net code
I have been trying an image have an absolute position in Microsoft word using the following vb.net code: logoimg = Doc.Content.Paragraphs.Add logoimg.Range.Paragraphs.Alignment =...
View ArticleTask Pane in Word Web App
Hi,AFAIK, there is currently no support for Task Panes in Word Web App.Any idea when (and if...) will it change? We already have something similar to task panes in Google Docs, and I believe it is just...
View ArticleWord Style Headings Settings vb.net
I am writing code to set headings according to client requirement.Desired// Heading 1: Font: (Default) Arial, 15 pt Paragraph Spacing: Before: 8 pt Outline Level: Level 1 Tabs: Tab stops: 1.27 cm,...
View Article