Large Documents - VB .Net 2012 - Word 2010
I have 41 large Word documents (Titles) that I am trying to create.There are about 700 chapters in total. Each of the 41 gets some of the chapters.There are a total of about 31,000 paragraphs that are...
View ArticleHow to open word document without using ActiveXobject in Javascript?
Hi,How to open word document without using ActiveXobject in Javascript?I need open word document in client side, edit here itself and send document binary content to server side.Is there any way to...
View ArticleCapturing Word events in a web application
Our thick C# applications are being considered for rebuilding as web applications, but we have one hurdle before we can begin this. Right now a feature in those applications allows the user to pick a...
View Articlehow do i get one document copied into another
i have used automation to locate the Book Marks in a doci have a file to be inserted at each bookmark.but i can see to get it to work.i can get the text to go in. but i need the pictures as well.help
View ArticleHow To Get Comments in a Field with VBA?
Hi I inserted a comment on a field this way: ThisDocument.Comments.Add ThisDocument.Fields(1).Code, "My Comment" I can see the comment displayed in the document. The comment knows about the field:...
View ArticleA clipboard object for VBA, including Microsoft Word
I have been struggling with clipboard operations from Word VBA. I have spent dozens of hours Googling this, and although there are some partial examples that sort of work (sometimes), I was unable to...
View Articlehow to handle non-breaking hyphen in text between range in word?
I have some text with non-breaking hyphen in word. I need that text as it is in output. But am getting text with non-breaking hyphen removed.Word.Range rangeObj = _wordDoc.Range(ref x,ref y); txt +=...
View Articleremoving accents from word 2007 documents
I would like to remove accents throughout the document ..How can this be accomplished in word 2007?
View ArticleCreating and using WORD Templates and "Macro-enabled" Templates.
I am a novice trying to create a Medico-legal Consulting Firm billing template that allows enty of hours and $ amounts WITHOUT EVERYTHING ON THAT LINE OF THE FORM MOVING DOWNSTREAM when new data are...
View ArticleIs it possible to restore clipboard back as no touching at all? ( After Using...
After Using VBA Selection.Copy , Is it possible to restore clipboard back all kind of content as no touching at all? Restore contents may be: PDF file, Excel file. WebPages(html format), office...
View ArticleThe repurposed ReviewTrackChanges command is also called on activating the...
Hello,For the Word Addin we are developing in VSTO C# we repurposed the Word ReviewTrackChanges ToggleButton command. Next to firing on toggling the Track Changes button, it also fires on activating...
View ArticleDocumentOpen event not fired when doc is opend via double click from...
Hi,we have a word add-in, which is consuming word eventsand is registering eventhandlers in the Startup method of the add-in like this Globals.ThisAddIn.Application.DocumentOpen+=...
View ArticleCalling get_FormsDesign - a method that is generated from the word 2016 type...
I generated a _Document class from the "Microsoft Word 16.0 Object Library<8.7>The resulting CDocument0.h header file contained the following method:BOOL get_FormsDesign() { BOOL result;...
View ArticleHow do I programmatically insert and append the text from AutoText 0002 to...
GoalI am trying to use VBA to programmatically insert and append the text from AutoText 0002 to the end of the existing text in the DraftingField below, if any.Catalog of AutoText statements:0001This...
View ArticleMoving a picture in a macro
I am an A level student and wants to know how to move a picture while the macro is been recorded because you cannot click and drag the picture or select the wrap option in order to move the picture in...
View ArticlegetLabel function is not getting invoked for back stage task in Office 2016...
I have written the following xml to customize the backstage of Office 2016<?xml version="1.0" encoding="UTF-8"?><customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"...
View ArticleWord 2016 register events of MS Word objects using DispEventAdvise on Word...
In C++/MFC com add-in for MS Word 2016 registering events of MS Word objects using DispEventAdvise on Word applicationevents causes the wait cursor to spin forever when a user closes a Word document...
View ArticleHow Image cropping was done in MS Word?
Hi Everyone,I Have to know how the MS Word was calculate the image width and height when cropping and ReSizing the image. I need to know how width and height present in PICTURE POSITION tab was...
View ArticleInserting a date and time function
When inserting a date and time function to different headings to exemplify the section update the whole document will be updated when re-opened. Using multiple time stamps in one document becomes...
View ArticleMicrosoft Office Interop Word Issue
Hello,I have documents with Conditional statements and merge fields. I am trying to change the logic of the conditions to be true or false , and then update the fields. The result of the Field may...
View Article