pbornemeier
Well-known Member
- Joined
- May 24, 2005
- Messages
- 3,915
I am automating name tag creation in MS Word 2007. Inserting First Name on line 1, Last Name on line 2 and Billet on line 3. Each line has a default font size. I am looking for a way to detect if any of the lines is long enough to wrap (which would push the bottom line out of the label) and then reduce the font size for that line enough so that the wrap is gone. The WordWrap method will show if a line is set to wrap, but I cannot figure out how to deterimine if a line has wrapped.