I need to "build" a chart title and include the value (text) from a named range "Code"

With aChart

        'Formatting
        
        .HasTitle = True
        .ChartTitle.Text = "Configuration " & CODE & " DC Resistance"
where CODE is I need to insert the value of the nmaed range "CODE"

this seems simple but for the life of me, I cant figure it out.
Thanks
Robert