Hello,
I need help with the following issue:
I have a userform with a cascading combobox. The 1st cbo has 4 options, and according to the data inserted in the first cbo, it becomes visible one of four different cbo's.
My problem is that the differente cbo's should feed the same column in the "Base Dados" sheet.
Here is part of the code:
ActiveCell.Offset(0, 7) = ComboBox5.Value
ActiveCell.Offset(0, 7) = ComboBox4.Value
ActiveCell.Offset(0, 7) = ComboBox6.Value
ActiveCell.Offset(0, 7) = ComboBox7.Value
I run the userform ok but the data doesn't show in the "Base Dados" sheet.
I hope someone can help me.
Bookmarks