Hi,

I have a template with a hidden sheet in it that stores a data dump from a SQL database, once the hidden sheet is populated with the data I have a simple mapping macro that brings the data through into the template.

I have been populating various combo boxes but this particular one seems to be causing me the 380 error.

Here is the code:
Sheets("Template").CB_1.Value = Sheets("SQLData").Range("D68").Value & " - " & Sheets("SQLData").Range("E68").Value
Any advice would be gratefully received.

Many Thanks

Macro1