Can Word use variable data in charts?

1

1_Martin

I have a fairly complex mail merge where the Excel file contains data to be
turned into a variable bar graph. Is Word 2007 able to do this? Thanks in
advance.
 
D

Doug Robbins - Word MVP

See the Mailmerge to a Chart item on fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/mergfaq1.htm#DBPic

Personally however, I use a "roll-your-own" VBA substitute for mailmerge
that uses a template containing docvariable fields in place of a main
document with mergefields and contains a chart linked from the Excel
spreadsheet. The individual documents are created by vba code that iterates
through rows of the Excel data source, setting values of the variables in
the document and updating the Excel chart with the data for each record in
turn.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
Top