I have two named ranges “FirstName” & “LastName” and wish a single column combobox (cmbName) to show a concatenation of the two ranges i.e. “Joe Bloggs”.
What would the form initialization code be?
Thanks Sandy