![]() |
Run-time error '380'
Hi,
I have a userform with a combobox on it. Upon activation I want it to have the value from a cell on the worksheet. However sometimes the below code works and sometimes not: ComboBox1.Value = Sheets("Brand_Data").Range("A1").Value I get the "Could not set the Value Property. Invalid proderty value" message. However when I reset and load the userfrom again it always works... can anyone make sense of it? Thanks, Ozgur |
Run-time error '380'
I would guess the text of "Sheets("Brand_Data").Range("A1").Value" is not in
the list of the combobox and the combobox.Style is set to 2-fmStyleDropDownList. This mean the user is limited to selecting values from the list and that you must set the combobox.Value to a list value. NickHK "Ozgur Pars" wrote in message ... Hi, I have a userform with a combobox on it. Upon activation I want it to have the value from a cell on the worksheet. However sometimes the below code works and sometimes not: ComboBox1.Value = Sheets("Brand_Data").Range("A1").Value I get the "Could not set the Value Property. Invalid proderty value" message. However when I reset and load the userfrom again it always works... can anyone make sense of it? Thanks, Ozgur |
All times are GMT +1. The time now is 11:21 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com