Word displays Courier, only. ?
All of a sudden, I am editing only in Courier New, not so easy on the eyes.I am using Word 2010 on Win10.Debugging as follows:Set the default font to Cambria. No change.I Repaired Office.I Replaced...
View ArticleWhere I can get user custom comparison settings for Word 2010?
Hi all,For word comparison API I want to pass comparison settings that user customized in native Word Compare dialog. I noticed that for Word 2013 and 2016 it is written to registry, but I dont know...
View ArticleCalculate the page numbers of all Word documents in a folder via vba
Hi, I want to calculate the page numbers of all Word documents in a folder using VBA. Here is the code , but I don't know why it returns wrong page numbers when running. Who can tell me what's wrong...
View ArticleIssue with OLE object of MS Word 2016. It is not saving the document and...
We are creating OLE object of MS Word using following code: Type objClassType = Type.GetTypeFromProgID("Word.Basic"); object obj = Activator.CreateInstance(objClassType); return obj;Now when we...
View ArticleLists in MS Word 2016 not converting properly to list HTML tags
I am working on a Word add-in that uses HTML to display the document on Word. If I make a list using Word's list functionality and then save it using the Word add-in, it doesn't get saved properly. The...
View ArticleCreate custom heading in MS Word with PowerShell
Hi, thanks in advance for any and all help.I'm creating a Word document using Powershell, it all works just fine except I'd like to have a multi-level table of contents like1. Heading level one1.1...
View Articlechanging paragraph alignment
I am inserting paragraphs into a Word document from a VSTO Word addin. Click a button on the ribbon, the addin inserts the paragraphs into the document. Problem is, I cannot change the paragraph...
View ArticlePrinting to Word from Infopath
Since custom xml is no longer supported by Word 2010, it would appear I cannot use the feature of Infopath that allows printing via Word by using xsl and a Word template with XML tags.What is the...
View ArticleServer hanging out while opening the word object, it is unable to open the...
Microsoft.Office.Interop.Word.Application objWord = new Application(); WriteEventLog("created word object", "Created new word object"); object missing...
View ArticleRename styles in Word document
Hi thereI have been trying to rename styles in a bunch of Word documents but am kind of stuck as NameLocal is read only.As a workaround, I vaguely thought of duplicating the style to be replaced, then...
View ArticleMS Word Hyperlinks - Cannot open specified file
Microsoft Word hyperlinks give message "Cannot open specified File" The URL has been validated by copy/paste into browser and it works fine. the links are to PDF docs in a folder on a website. JPG...
View ArticleI really need help! (Macro for Word)
Hello. I happen to work as a Structural Engineer at a somewhat new office and we make structural evaluations for new and old projects. Thing is for each project we have to deliver a report, wich...
View ArticleReplace smart (curly) quotes with straight quotes
Thanks to your help. I have developed VSTO addin for my users that performs small changes like remove empty spaces etc.Now i need to add new functionality. like Find ‘ (smart apostrophe), replace '...
View ArticleVB.NET MS-WORD Number List with Character Indents
So it has been a long time since I have attempted to do any word automation but long story short, I need to create a work document that includes a list. The first level being numbers and the second...
View ArticleHow to arrange or accept comments or revisions by date or time order?
Hi,I have 2 questions. Please bear with me.Question 1: How to arrange revisions by date or time?I know there is the "Reviewing Pane", telling when a revision is made. But the date or time showing there...
View ArticleMacro with the insertation of page number
I have set simple code which works without any error.How to insert page numbers in the correct way and also close window 'Footer and Header' when it is done.Sub ModifyContent1() ' ' ModifyContent1...
View ArticleSelect complete rows from a gridview using a checkbox and transfer to another...
I need help to select information from a gridview not to delete, I´ve seen multiple ways to delete and I've tried to adapt it to my code but I'm having some issues with it, This is my gridview...
View ArticleMapping Visual Paradigm Diagrams in Word Document
Hello,Is there any way by which i can somehow map or link the diagrams of visual paradigm in my word document?So that in future any time when we change our diagram we don't need to update that diagrams...
View ArticleProblem with recording macro in word Mac 2016
I am trying to set up a simple macro for something I do repetitively. I have lots of word documents for which I need to print just pages not to four all on one page.I can print this successfully if I...
View ArticleAdding Quick Parts Programmatically Using Word Office Model
I need to add Document ID Value quickpart to a very large number of existing documents and I would like to make a program to do so. I'm afraid googling the issue has left me a little confused. As far...
View Article