Assign a DOCVARIABLE to a combo box that populates a word doc ( in Word...
Hello Everyone,This is my first time posting on this forum. I have a form that I'm able to transfer all the contents of my combo boxes on a winform to a word doc (one page) via bookmarks. The project...
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 ArticleHow to use vba to show up a directory box
How do you guys call this ? It shows up when I am going to save the file? I can select which directory I want to save the file?BUt the most important question is: how to show this up using VBA?
View ArticleRefer to different XML schema
When I save file as "Word XML document", what kinds of schema does MS word using? Is it possible to use another XML schema? If so, how?Plus, is it possible to use VBA inside MS word so that I can...
View ArticleHow to write a VBA script for adding comments based on headings?
Hello Everyone,I have been trying to write a VBA macro for adding comments into my word document based on headings. The problem is that the document may or may not always follow word style 'heading' to...
View ArticleHow to Remove EmptyPages in Microosftword using c#
Hi, how to remove empty pages in microsoft word using c#, not paragraphs, section.i need to remove empty pages.please give me your advise.ThanksKarthick raja
View ArticleHow to extract the content of a section using VBA?
For example, I have an article like this:Abstract AbstractParagraph1 AbstractParagraph2Body BodyParagraph1 BodyParagraph2Reference ReferenceParagraph1 ReferenceParagraph2 Knowing that Abstract, Body...
View ArticleHow to read irregular cells in Excel after merged?
Just as this topic,I can't red the merged cell? How to read? Thank you.
View ArticleWhy I cannot use the following code inside VBA in MS word? If I want to make...
https://msdn.microsoft.com/en-us/library/ms760231(v=vs.85).aspxPrivateFunction CreateDOM()Dim domSet dom = New DOMDocument60 dom.async = False dom.validateOnParse = False dom.resolveExternals = False...
View ArticleLooking for documentation to create Word Add to enhance blog features
Hi all, It make long time i want to code a word add-in to enhance blog features. Please, where could i found informations to drive HTML code générate via word when it is used to blog? (i have to...
View Articlelost data in word (2003 file)
Is there anything I can do in this scenario.A freind was working on a doc file on a file server, her PC crashed/froze. At the time I could see the directory and there was the doc file, like a ghost...
View ArticleWord couldn't send mail because of MAPI failure, Unspecified error.
This issue is crossposted in Microsoft Answers Word and OUTLOOK. I am posting here in hopes that someone at Mircrosoft may have a solution or at least elevate the issue to someone who...
View ArticleMicrosoft Word 2007 Text Form Fields: Cannot limit characters
Hi there, Thank you very much for taking the time to check this post out. I know that someone had already put a similar question up (a few years ago) and it got resolved, but there was no information...
View ArticleReading a multilevel list from MS Word Doc and converting it into an HTML...
I can achieve the above for a single level list as follows:foreach (Paragraph item in app.Selection.Range.ListParagraphs) { item.Range.InsertBefore("<li>"); item.Range.InsertAfter("</li>");...
View ArticleTable of Contents Question
When I run my macro to create a Table of Contents it works fine with one small problem. I have it setup to use 'Arial' but when the macro runs the Tab between my number and the description is in...
View ArticlePassive Sentences always returns 0 in Readability Stats - Word 2013
Is there are workaround for the Passive sentences issue in Readability stats? I have seen this issue mentioned going back over several years, but no working answer. The following code always returns...
View ArticleHanging word.application,Not proceeding anymore-Please help me
Hello All,On ErrorResume NextSet objWord=GetObject(,"Word.Application")If objWord isNothingThenSet objword=Createobject("Word.Application")EndIfOnErrorGoTo0...
View ArticleReplace a bookmark with an image
HiI have an existing document with an image in it (the image is surrounded by a named bookmark). How can I replace the existing image with another? I can navigate to teh bookmark, but how do I replace...
View ArticleUnable to turn column headers bold in Word table using VB Script
I have created a table in Microsoft Word 2010 using VB Script (this is via the script engine that forms part of HP Quality Centre functionality). The table itself is OK, 2 columns with centred...
View ArticleUse dynamic table content as text Heading on succeeding pages
Hi, I would like to know if it's possible in Microsoft Word to use dynamic table contents as Heading on succeeding pages. For example, I have an empty table of To Do list on page 1. If I add a new...
View Article