You are assigning the labels associated with the comboboxes (etc) rather than
the combobox itself.
e.g.
ws.Cells(iRow, 2).Value = Me.Tier.Value
should be
ws.Cells(iRow, 2).Value = Me.ComboBox14.Value
HTH
"the dude" wrote:
Hi guys,
When I insert the data in the Userform, it's not going to fill the
database.
I am sure there are a problem with the combobox or at least I think..
Could you please help me???
Thanks a lot
+-------------------------------------------------------------------+
|Filename: matrix3.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4829 |
+-------------------------------------------------------------------+
--
the dude
------------------------------------------------------------------------
the dude's Profile: http://www.excelforum.com/member.php...o&userid=32838
View this thread: http://www.excelforum.com/showthread...hreadid=547211