Mail Merge in Excel

D

DPurplRose

Hi all,

What I am trying to do is replicate Word's Mail Merge in Excel. I have
already installed the J-Walk Enhanced Data Form and now I am wondering how to
merge it into an Excel document, so that I can choose the record I'd like to
use. Can anybody help?
 
D

Don Guillett

You could have a double_click event to populate cells that are embedded in
the text
="now is the time "& c2 & " to come to the aid of his country"
 
Top