Top "Mailmerge" questions

A software function which provides the ability to create multiple (and potentially large numbers of) documents from a single template form and a structured data source.

excel VBA to Automatically select Yes when prompted during mail merge

I'd like the system to be as automated for my users as possible. Right now, I have code that runs …

excel vba alert blocking mailmerge
Programmatically create [Mail Merge] PowerPoint slides from Excel data

Using Powerpoint 2010 for Mac. I have a 100-slide presentation that needs to be created weekly. Each slide has an identical …

excel vba powerpoint mailmerge
Mail merge from Java

Does anyone have any experience with doing mail merge from Java on a word document? I need to support both …

java docx doc mailmerge
How to set the file name of a word document without saving it from c# and automation

I create word documents via automation and mailmerge with office Interop from c# (.net4). The merge works well and the …

.net ms-word office-interop mailmerge
Word 2010 combining INCLUDEPICTURE and IF

Using MS Word 2010 I am trying to place an INCLUDEPICTURE field into a block of an IF statement. While both …

image if-statement mailmerge word-2010
Mail Merge into word

The Best way to create labels is using existing industry standard tools , such as Microsoft word. How do you execute …

c# ms-word mailmerge
MS Word 2010 mail merge: dynamic url, same text

I have a MS word 2010 mail merge that needs a personal url as href and a generic title for all …

url ms-word ms-office mailmerge
How to feed Word 2010 (.docx) documents/templates with data from MySQL database?

What would be the best approach to replace placeholders in a .docx document (Word 2010) with data coming from a MySQL …

docx mailmerge
Sending text to Mail-Merge Fields in Microsoft Word 2010

I'm using the following code to send a text to a simple word template I've set up just with a …

c# winforms ms-word mailmerge word-2010
Generating a .docx from a .dotx using merge (SimpleField) fields

So, first off here's my code to open the dotx and create a new docx copy (of which the copy …

c# openxml mailmerge