Top "Ms-word" questions

For programming questions related to Microsoft's "Word" editor.

How Do I Find All Acronyms in an MS Word Document Using a Macro?

I have a document with many acronyms that need to be captured and put into an acronyms table at the …

vba ms-word acronym
How to insert data into a Microsoft Word Template using Java?

I have a map of data that I want to insert into fields in an existing Microsoft Word Template. Preferably, …

java ms-word word-template
How to copy a MATLAB figure and past it in a Word document?

I have some MATLAB figures open in MATLAB. I would like to copy them to a word document without exporting …

matlab ms-word copy-paste matlab-figure export-to-word
How can I embed any file type into Microsoft Word using OpenXml 2.0

I spent a lot of time trying to figure out a good way to embed any file into Microsoft Word …

c# ms-word openxml openxml-sdk
Converting Microsoft Word special characters with PHP

I am trying to convert Word text pasted by users that contain MS Word ellipsis and long dash before processing …

php utf-8 character-encoding ms-word
VBA Pass arguments with .onAction

this is how my sub looks like: Sub InsertRowWithContent(rowNo As Long) This is my .onAction: .OnAction = "'InsertRowWithContent""" & C &…

vba ms-word office-2010
How to print a docx to a specific printer using Microsoft.Office.Interop.Word.Document.PrintOut()

This seems like such a simple need, but for some reason I cannot find how I can accomplish this. I …

c# ms-word office-interop
Python-docx, how to set cell width in tables?

How to set cell width in tables?, so far I got: from docx import Document from docx.shared import Cm, …

ms-word python-docx column-width
Word - How to stick text to the bottom of page

https://SURU.tinytake.com/sf/MTQxMTgzOV81MDc2MDI2 I want to stick some text of the bottom of the page, …

text ms-word footer mergefield
Save the cursor position in a document and return there later on

I have a macro that scans my document for Heading 1 styles, and consequently the cursor is moved to after the …

vba ms-word word-2010