I have an automated mail merge (through a Delphi program). I have a mail merge label template that I open (it's datasource is an excel spreadsheet) and print (all done in the background, no user interface).
So now I have several pages of labels that have the following information:
5792 - Joe Blow 5793 - Jane Ms Smith 5794 - Mary Jones
etc.
What I would like to do on the resulting Labels1 document of the mail merge is search each cell and see if any of the following exist in the cell: MR, MS, MRS, MISS, JR, SR (that's as far as I'm willing to go!). If one of the above exist, set THAT CELL'S font to Bold to make it easier for users to spot the ones that need correcting.
Any suggestions? Thanks!
Leslie
There are 10 types of people in the world -
those who understand binary
and
those who don't!
So now I have several pages of labels that have the following information:
5792 - Joe Blow 5793 - Jane Ms Smith 5794 - Mary Jones
etc.
What I would like to do on the resulting Labels1 document of the mail merge is search each cell and see if any of the following exist in the cell: MR, MS, MRS, MISS, JR, SR (that's as far as I'm willing to go!). If one of the above exist, set THAT CELL'S font to Bold to make it easier for users to spot the ones that need correcting.
Any suggestions? Thanks!
Leslie
There are 10 types of people in the world -
those who understand binary
and
those who don't!