C
Clueless Dude
Code from "Lotus Notes"
*********************************************************
..Range("E1:F1").Select
..ActiveCell.FormulaR1C1 = "Form Approved" & Chr(10) & "OMB No. 0704-0248"
With .ActiveCell.Characters(Start=1, Length=14).Font
..Name = "Arial"
..FontStyle = "Italic"
..Size = 10
End With
With .ActiveCell.Characters(Start=15, Length=17).Font
..Name = "Arial"
..FontStyle = "Regular"
..Size = 8
End With
*********************************************
Second "With" changes all the fonts to "Regular"
Any help?........ Please
*********************************************************
..Range("E1:F1").Select
..ActiveCell.FormulaR1C1 = "Form Approved" & Chr(10) & "OMB No. 0704-0248"
With .ActiveCell.Characters(Start=1, Length=14).Font
..Name = "Arial"
..FontStyle = "Italic"
..Size = 10
End With
With .ActiveCell.Characters(Start=15, Length=17).Font
..Name = "Arial"
..FontStyle = "Regular"
..Size = 8
End With
*********************************************
Second "With" changes all the fonts to "Regular"
Any help?........ Please