I have a named comboBox, let’s call it: “comboBox1”
I want to reference the value of comboBox1 from a cell.
=if(comboBox1.Value=1,1,0)
The idea above is what I’m looking for. I know I can attach an even to comboBox1, which populates a cell, which can be read by other cells, but that just introduces more moving parts and complexity.
This has to be possible, right? Any help would be great, thanks!
Excel allows a cell link on both an ActiveX and a forms doropdown (combo). This will write the value to a cell without any code.