Save As & Open Dialog Window for some documents hangs when custom VSTO plugin...
Hello,I have created a VSTO application which uploads a word document to Document Management Server. The problem is not with this plugin, but after the plugin is installed, for certain documents when...
View ArticleWord 2007 Addin to add Watermark image saved as .doc file
I currently have an addin that was developed to work in both Word 2007 and Word 2010 with the assumption the addin would be used on .docx files. However, it is now required to also work on .doc files...
View ArticleHow to retrieve the content in the specific page in Microsoft Word using macro?
Hi , I am trying to write a macro that retrieve the content on the specific page on Microsoft Word document? I want these code put on ThisDocument property, is it a way to do that?Thanks,Lin Li
View ArticleHow to access summary or Revisions of two compared word files in vb.net
hi, I want to compare two word files and i successfully did it programmatically but i want to insert summary results or Revisions(Insertions,deletions,moves,formatting,comments) in database using...
View ArticleReplace the Textual values of Word table by Colored ovals in C# at the Run time
Hello,In my working project, I'm trying to replace the cells of Word table that have textual data by colored ovals into the C# code.The Word table will be generated dynamically at the run time through...
View ArticleError: -2147418111, Call was rejected by callee
I have a VB program that creates Word documents automatically. It has worked perfectly fine through prior versions of Windows and Word. We recently switched to Windows 8.1 and Word 2013. When creating...
View Articlemicrosoft word 2010
Good MorningI have asolutionmadewith VisualStudio2010thatwill insert picturesin MicrosoftWord 2010.I have usedMicrosoftOffice14.0Object Library, as we haveMicrosoftoffice 2010.everythingworks finebut...
View ArticleError: -2147418111, Call was rejected by callee
I have a VB program that creates Word documents automatically. It has worked perfectly fine through prior versions of Windows and Word. We recently switched to Windows 8.1 and Word 2013. When creating...
View ArticleMacro to find and replace paragraph in Word 2010
Is that possible to find a paragraph and replace this paragraph with another paragraph in Word 2010 by macro?
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 ArticleHow to use DocumentBeforeSaved in Microsoft word in MAC system
Hey guys. This code is from:http://stackoverflow.com/questions/24702493/how-to-run-a-macro-in-word-before-savePrivateWithEvents App As Word.ApplicationPrivateSub Document_Open()Set App =...
View ArticleHow to get digital signatures from office 2003 files using code like c# or...
Is there a way to get all digital signatures in a MS-Word files from Office 2003. We are having problems trying to get signatures from files that were created with Office 2003. We need help!We cannot...
View ArticleOpen /Copy&Paste Word document content from bytes/file streams to Current...
Hello, Currently i am saving word document content(including fields,text,pictures etc..) into a flat file by using filestreams. like this var iPersistFile =...
View ArticleQuestion about updating Table of Authority
Hi,I am currently working on inserting Table of Authorities. After I insert table of authorities, I try to apply font size and other formatting properties. Once I apply, due to changes page number it...
View ArticleWord 2007 XML Format
Good Afternoon,I am playing around with VBA and I came across something that I tried doing some time ago. Add a custom XML file into the Word 2007 XML Format and then access it programmatically.For...
View ArticleLate Binding Word Automation creates a document with an unresponsive Ribbon
I have a .NET ActiveX COM object that is calling Word and adding a template for processing. This template will get some data and then add in a layout template which will create the final document with...
View ArticleShape color
I have the following macro that draws a line in a document. With the document saved as a .doc and I run the macro the line is BLACK. We are starting to save our documents as .docx files. When we save a...
View ArticleReferencing a command button
I have a Word (2010) template document which pops up a user form on Open. The user form solicits info to go into the document and has a button allowing the user to post the info to the document, and...
View ArticleCan we use macro to retrieve the version of Microsoft Word version users are...
Just like the topic says, is there anyway to retrieve the version of Microsoft Word on this computer?
View ArticleDouble space issue in word 2010
Hi,I am currently converting all my word 97 documents to word 2010. I need to mail merge the document. In the development mode of word the double space is present after period (Full stop).After...
View Article