View Single Post
 
Old 01-19-2024, 06:00 PM
macropod's Avatar
macropod macropod is offline Windows 10 Office 2016
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,383
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You'll need to add the INCLUDEPTURE separately, after creating the code for the text output, or you could create the lot manually from scratch. For example, using Ctrl-F9 for the field brace pairs:

{IF{MERGEFIELD Amount}< 5000 "{INCLUDEPICTURE "https://sanantoniozoo-my.sharepoint.com/personal/tenika_hook_sazoo_org/Documents/Desktop/NXT/Testing/Acknowledgments/Julie%20Sig.jpg}¶
Julie Gross¶
Chief Development Officer" "{INCLUDEPICTURE "https://sanantoniozoo-my.sharepoint.com/personal/tenika_hook_sazoo_org/Documents/Desktop/NXT/Testing/Acknowledgments/Tim%20Sig.jpg}¶
Timothy M. Morrow¶
President & CEO"}

where the ¶ represents an actual paragraph break or manual line break.

Personally, though, I'd embed the actual images in the mailmerge main document, thus:

{IF{MERGEFIELD Amount}< 5000 "[Julie_Sig.jpg]¶
Julie Gross¶
Chief Development Officer" "[Tim_Sig.jpg]¶
Timothy M. Morrow¶
President & CEO"}
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote