Activex COMBO box drop down list help

Jagat Pavasia

Active Member
Joined
Mar 9, 2015
Messages
359
Office Version
  1. 2021
Platform
  1. Windows
I had insert COMBO BOX (ActiveX Control) in my sheet.
Now, when i drop down list and select any name from drop down list then linked cell is "B1" displayed result very well.
But, I have another formula in D1 and E1 is related to B1.
so my D1 and E1 did not changed, but when I click any other cell than it is working.

so, I would click every time after drop-down selection to get result in D1 and E1

have any idea for VBA code ?

please help me.

I have insert image below, please find it and help me

Capture.PNG
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hello Jagat,
try to turn on Calculculation option to "Automatic".
 
Upvote 0
Hello Jagat,
try to turn on Calculculation option to "Automatic".
Dear EXCEL MAX,
The calculation is always automatic on my work book. I never change it to manual.

In my case, for example I have formula "=sum(B1+M6)" in D1 cell. (M6 have fix value).

Where B1 is linked cell from activex control combo box.
So, whenever i select any value from combo box list then the answer is not coming out in D1.

The answer is coming when i click mouse to any other cell.

I want instant answer without click any where.
 
Upvote 0
Did you try to create new combobox with default properties and then to repeat connecting with linked cell?
Did you try to do in the new workbook?
Does your workbook have some VBA code?
 
Upvote 0
Did you try to create new combobox with default properties and then to repeat connecting with linked cell?
Did you try to do in the new workbook?
Does your workbook have some VBA code?
Yes, problem solved.

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,716
Members
448,985
Latest member
chocbudda

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