B
BRC
I have a macro that types the caption to a letter using the following
method:
Selection.TypeText "Customer: " & vbTab & custname
Selection.TypeParagraph
Selection.TypeText "Order No: " & vbTab & orderno
Selection.TypeParagraph
Selection.TypeText "Order Date: " & vbTab & orderdt
'end of caption
My problem is on the third line the font changes so the caption has 2 lines
in baskerville and 1 line in new times roman. I can't see why this happens.
Any suggestions would be appreciated
Thanks BRC
method:
Selection.TypeText "Customer: " & vbTab & custname
Selection.TypeParagraph
Selection.TypeText "Order No: " & vbTab & orderno
Selection.TypeParagraph
Selection.TypeText "Order Date: " & vbTab & orderdt
'end of caption
My problem is on the third line the font changes so the caption has 2 lines
in baskerville and 1 line in new times roman. I can't see why this happens.
Any suggestions would be appreciated
Thanks BRC