Showing related tags and posts across the entire site.
-
I have had this confirmed as a bug on another forum but here's the scenario. - using VBA or VB.NET, select an active text shape, select a range of characters, change the font of the range to a symbol font like Wingdings Code Sample: shape.Text.Frames.First.Range.Characters.Item(1).Font = "Wingdings"...