J
Jeff Deville
I'm creating some labels with content that will vary in width
drastically enough that I currently have to run 3 batches, altering the
font size for each run so that the content fits on the label. Is there
a way to dynamically set the font size to fit? I know there are some
VBA properties that allow you to fit selection text to a certain width
(CentimetersToPoints, InchesToPoints), but I need to execute this code
for each record that is merged. I've found the
"MailMergeAfterRecordMerge" event, but don't quite see how to employ it
yet.
Thoughts? Thanks
drastically enough that I currently have to run 3 batches, altering the
font size for each run so that the content fits on the label. Is there
a way to dynamically set the font size to fit? I know there are some
VBA properties that allow you to fit selection text to a certain width
(CentimetersToPoints, InchesToPoints), but I need to execute this code
for each record that is merged. I've found the
"MailMergeAfterRecordMerge" event, but don't quite see how to employ it
yet.
Thoughts? Thanks