F
faberk
Is it possible to define a different font to each line in a chart title?
Here is the code I'm using to assign the value to the chart title text:
ActiveChart.ChartTitle.Text = "Pre-shipment Inspection Faults" &
vbLf & _
rst.Fields(0).Value & ": " & rst.Fields(1).Value
Here is the code I'm using to assign the value to the chart title text:
ActiveChart.ChartTitle.Text = "Pre-shipment Inspection Faults" &
vbLf & _
rst.Fields(0).Value & ": " & rst.Fields(1).Value