Friday 3 January 2014

how to access combo box value in the module in excel vba

Answer:

By using the below command we can able get the ComboBox value from other sheet or module.


Dim abc
abc = Sheet1.ComboBox1.SelText