I am writing a program using the VBA interface (through VB.NET) to determine the bounding box dimensions of individual lines in an artistic text box so that I can determine if the text will fit within an ellipse and which lines will or will not fit. I have used both Chr(13) Chr(10) and Chr(13) as the...