Forum Discussion
Benjamin Gabbert
Mar 29, 2018Copper Contributor
Active Combo box once I use a different combo box or cell
Hello, I am new to the community and my first post. I am not too familiar with excel VBA coding, but I currently have a project that I am using a combo box to grab data from another sheet. I also h...
Matt Mickle
Apr 01, 2018Bronze Contributor
It sounds like you may be using some type of change event or you may have copied and pasted the combobox code unintentionally by copying and pasting a combobox. If you copied and pasted a combobox the macro that was linked to the original combobox control will still be linked to the new pasted control.
It would be helpful to see the VBA Code you're using and a detailed explanation of what is currently happening and what you expect to be happening. (i.e. a before and After) If you can give a little bit more detail it would help other's on the forum to solve your issue.