Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
169 views

Excel Mail Merge run time error 4198

There was a previous question on stackoverflow: "Is it possible to start MAIL MERGE from excel macro (by clicking a button on sheet) I have excel sheet with data and want to export it to new word ...
2
votes
1answer
258 views

CustomXML In Powerpoint

I want to create a PowerPoint template. I want the template to have references to items like NAME and the like based on an external source. I know with WordprocessingML I can just make a reference to ...
1
vote
3answers
187 views

Mail/Word Merge in .NET?

I would like to do a merge between a collection of information I have in memory and a word document. I have done this quite easily before using Aspose, but they want $2k for their tool... I looked ...
1
vote
1answer
201 views

Which is easier? iText or Mail Merge

I'm working on a project for a school fundraiser and I'm supposed to be able to output results onto a PDF or Word Doc that I could easily automate to print out a sheet with the same page content but ...
1
vote
2answers
677 views

Word Mail Merge from ASP.NET web application

What is the best way to do this. I dont have access to the database since it is firewalled. It needs to be done throught the web interface. I can generate a csv file and plug it into the word ...
0
votes
2answers
25 views

Word 2007 mail merge with just the packaging API

For a project we need to build some sort of mail merging with Word documents. I prefer this without Word automation. I recall that there is a way to create a .docx file (sort of template) for your ...
0
votes
1answer
86 views

Mail merge or merge-like functionality from C#

I need to print a few thousand stickers with a few text fields (name, position, etc) as well as a barcode image. Each staff member gets two unique stickers, and the sticker paper has 4 per sheet so ...
0
votes
0answers
17 views

Mail merge in to text boxes?

I'm trying to set something up where I do a mail merge in to a template, but I have very specific formatting requirements and am using text boxes to get everything set. I'm also planning on using the ...
0
votes
1answer
87 views

Insert dynamic date field in mail merge

This seems like a basic question but I can't seem to figure out how to do it. I want to insert a "date" field into my mail merged letter at the top. I can't find any field for date in Word 2007. I ...
0
votes
1answer
54 views

nested mail merge options

I need to perform an automated mail merge using .net driven from an asp.net front end. The mail merge needs to support nested fields, I have come across a product form Aspose but it's highly unlikely ...
0
votes
1answer
21 views

Who is the current user

I am using the Mail Merge feature of Navision and would like to be able to add the name of the user who is invoking the mail merge. If this information is stored in a Navision table, I can call it out ...
0
votes
1answer
320 views

Convert Mail merge fields to fillable form fields in Word

I have a word template ready with mail merge fields. Is there a easy way to convert them into fillable form fields? In the end I want to create a fillable pdf form. Kindly help.. Thanks
0
votes
2answers
2k views

Mail merge from Java

Does anyone have any experience with doing mail merge from Java on a word document? I need to support both doc and docx formats. I have heard of Apache POI and docx4j. However, from reading around ...
0
votes
2answers
203 views

Itemized bills in Word

I'd like to generate itemized bills for a non-profit as a Word mail merge. Right now, the source data is stored in Excel in a pivot-table-like structure (this wasn't my idea) with two cells (owed ...
0
votes
1answer
42 views

Office SQL Query Problem

I've got a database View in SQL Server 2008 and when I run it from Query Analyser, it runs within a couple of seconds. When I run it in Excel 2007, it loads the data just fine. But when I run it in ...
0
votes
1answer
564 views

How can you set default values for merge fields in a Microsoft Word document

I am using Aspose (.NET/C#) to generate a word document which contains multiple mail-merge fields. However as I have one methode handling a couple of different templates, not every merge field may get ...
0
votes
4answers
330 views

.NET application that needs to have built in “Mail Merge” functionality

Is there some way to have the Mail Merge capability in my application? Maybe a MS Word API?
0
votes
3answers
85 views

What is the best format to use when creating a mail list for use in a Word 2007?

I'm writing a web app (Java) which allows users to select contacts. The contacts details can be downloaded (currently in CSV format) and used to perform a mail merge in Word 2007. I would like to use ...