Change value of combobox

EOAEvan

Active Member
Joined
Sep 20, 2007
Messages
399
I want to change the value of a combobox from within a sub. Im attempting to use
Code:
ComboBox3.Value = "ACTvsPLN"
but am getting a "Object required" error. Do I need to create or define the object? If so, how?

Thanks!
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Where is the combobox located and how did you create it?

Also where is the code located and how are you running it?
 
Upvote 0
Where is the combobox located and how did you create it?
Also where is the code located and how are you running it?

The combo box will be on the same "active sheet", it was created using a active X control combo box.

The code I am using now is located in a sub within a module. It seems using
Code:
 ActiveSheet.ComboBox2.Value = "ACTvsPLN"
works but Im curious why it wasnt working the other way? Is it simply because it didnt know where to find the object?

There is code within the combo box that runs on a change event. What this is doing is when a main macro is run it will set columns to a "default" formula which is why I want to start off by setting the combo box to a specific value. Then user can to change the combo box to show other formulas if they so choose.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,532
Messages
6,179,388
Members
452,908
Latest member
MTDelphis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top