I currently have this string in my macro script.
But i would like the first part in size 18 font and the second part in size 14 font.![]()
With Worksheets("Graphs").ChartObjects(1).Chart .HasTitle = True .ChartTitle.Text = "Sample Text" & Chr(10) & "Text Sample2" End With
Is this possible?
thanks in advance
Bookmarks