Populating a label box

N

Nigel Bennett

Another quick question, I want to populate a label box with a value
after selecting from a combo box, the values are in 2 cells, I tried
this but got an error

brand.Label1 = Range("i2") & "-" & Range("k2")

error is object required

any ideas?

Nigel Bennett

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top