View Single Post
 
Old 03-23-2018, 05:36 AM
catflap's Avatar
catflap catflap is offline Windows 7 64bit Office 2013
Advanced Beginner
 
Join Date: Aug 2015
Location: UK
Posts: 77
catflap is on a distinguished road
Default

UPDATE:

Think I've got a way around this. Instead of re-sizing I just use this:

Code:
ActiveDocument.Shapes(oShp.Name).TextFrame.TextRange.Font.Shrink
... and it seems to work without having to loop around doing one point size at a time and it can handle multiple font sizes.
Reply With Quote