Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am trying to take a few items selected from a user form and inser them into certain cells in a given worksheet. Below is the code, think I am close however it does not work. Any suggestions? Private Sub CommandButton1_Click() Sheet1.Cells("F1").Value = ComboBox2.Text <<This is my issue Sheet1.Cells("F2").Value = ComboBox2.Text <<This is my issue MsgBox "One record written to Sheet1" response = MsgBox("Do you want to enter another record?", _ vbYesNo) If response = vbNo Then Unload Me End If End Su -- parteegolfe ----------------------------------------------------------------------- parteegolfer's Profile: http://www.excelforum.com/member.php...fo&userid=3195 View this thread: http://www.excelforum.com/showthread.php?threadid=52529 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I fill a cell in a user form from a selection on same form? | Excel Discussion (Misc queries) | |||
Reading Data from a User Form. | Excel Programming | |||
Data Entry Alert in User Form | Excel Discussion (Misc queries) | |||
Trouble with editing data from a user form | Excel Programming | |||
How To: create a form for a user to enter data | Excel Programming |