Macro to replace the quotation
Hi all~ I'm a freshman in this forum. I have a question.Today I copied some articles online to the word, but I found that the quotation wasn't right. It's like: 「Help me!」,but it's the quotation in...
View ArticleParallel programming with word Interop
Hi,We have a scenario where we have to insert a bookmark in every page of the word document. we are planning to use Parallel.For to insert all the bookmarks parallely to improve performance, but looks...
View ArticleWord slow down opening files caused by index.dat in recent folder
HelloWe identify an issue with Word 2010 in our integration.We have a tool which open files in Word, read some information from that and save the data in the database. We use MFC with the OleDispatch...
View ArticleHeader content moved to the previous page while compare with DOC and DOCX...
Hi, While viewing this attached“HeadingsShiftingUpwards.doc” document, “Notification History” text present in 5<sup>th</sup> page. Same text moved to the 4<sup>th</sup> page...
View Articlec# Word COMException (0x800A11FD) when adding a new field to document
I want to add a new field to the Fields list in document. I am calling Doc.Unprotect("secret") to be able to add the new field because the selected fieldText is in a protected document. When the...
View ArticleNavigation in a Word Doc
Hello.I have a Word document where I have bookmarks set and create links to them. That works well. However, I am trying to link to the same bookmark/object from 2 different links and when I am at the...
View ArticleHow to create .docx document and print it?
Hi ,I am working on a project in which there is a need of create a Document using c# in ".docx" format which do get the predefined format from a template document".dotx" and change the various fields...
View ArticleThe Height/Width of a picture in Microsoft Word document
What is the Height/Width of a picture in Microsoft Word?What I understand of the Height of a picture is from the top to the bottom of the picture in the Microsoft Word document, while the width is from...
View ArticleRow merge in tables -Ms Word
Hello all,I have many blank cells in the 2nd 3rd and 4th columns in a table in the below link. All I want to remove the blank cells and merge and make it into one single row.Example 1: The first 3...
View ArticleSplit property of word Document
Hi,I am working with word document where i used Interop split property. For my interop word object I made split property to true.Microsoft.Office.Interop.Word.ActiveWindow.Split = true; I have added...
View ArticleIs there 64 bit msdatgrd.ocx for MFC C++
Is there 64 bit msdatgrd.ocx for MFC C++?If my MFC app select win32,It can work well, It can display the grid in the dialog.But if my MFC app select x64, the app cann't star.How it can work well in...
View ArticleNeed help in extracting data from docx file
Hi,I want to extract data from a docx file. I need each heading of the paragraph and its sections and sub-sections along with the bullet numbers of each paragraph. I have to put the paragraph heading...
View ArticleNeed some help about Word Macro
Hi all~ I met a problem and I need your help.I've written a macro to change my Word active document's name without closing it. It works very well in PC, but not in mac. when running in mac, it doesn't...
View ArticlePassing information from task pane in Word add ins
Hello there,I need some help with passing information from a form field of a word task pane html to the Javascript document in the Word Addin with Visual Studio (Visual Studio 2017, Word 2016).I...
View ArticleHow to merge word table cells cells from c#?
Based on Jack's help from previous thread, I can create word file with table using code like:static void Main(string[] args) { string path = "D:\\example.docx"; var doc = DocX.Create(path); Table table...
View ArticleHow to check word document as XML format document or Word format in C#?
How to check word document as XML format document or Word format in C#?R L Kiran
View ArticleLinking Excel to Word
Hi, i am trying to build word addins, that can choose Excel, and then it can choose the fields in excel and add them to the word templete, i would like to know: 1. how can i make the user choose the...
View ArticleMove out from last row of the existing table
Hello,I am new in word automation and In my program code, I want to move out from the existing table (last row of the table)and go to the next line and create a new table.How can I perform that in my...
View ArticleHow to rotate a picture being added to a word file
I am adding a picture from the disk to a word file. The picture apeared rotated.I rotated the source picture (on disk). It appears correctly when I open the file on the computer, yet when I rerun the...
View ArticleHow to write function so that the VBA Editor will show a drop down list of...
I'd like to write a user-defined routine such that when I am coding a call to the routine and am typing in the arglist, when I reach the position for a particular argument, the editor will show a drop...
View Article