View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Populating a label box

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

--
Regards,
Tom Ogilvy

"Nigel Bennett" wrote in message
...

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!