Re: Is this possible?
- From: "Chris Cred via OfficeKB.com" <u17747@uwe>
- Date: Sat, 21 Jan 2006 16:18:34 GMT
Newmind....I see my mistake! You did it! Thank you so much, it works
perfectly now. I really appreciate you taking the time to help me.
Chris
Chris Cred wrote:
>OOPS.CODE:
>
>Private Sub cmdAdd_Click()
> rowno = Columns(1).Find(Trim(ComboBox1.Value)).Row
> Range("C" & rowno).End(xlToLeft).Offset(0, 1) = ComboBox2.Value
> Range("D" & rowno).End(xlToLeft).Offset(0, 1) = ComboBox3.Value
>
>'check for a part number
>If Trim(Me.ComboBox1.Value) = "" Then
> Me.ComboBox1.SetFocus
> MsgBox "Please select the course number."
> Exit Sub
>End If
>
>'clear the data
> Me.ComboBox1.Value = ""
> Me.ComboBox2.Value = ""
> Me.ComboBox4.Value = ""
> Me.ComboBox1.SetFocus
>
>End Sub
>
>>Hi,
>>
>[quoted text clipped - 7 lines]
>>>> >>> >Cells(rowno, colno + 1).Value = TextBox1.Value
>>>> >>> >End Sub
--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/excel-programming/200601/1
.
- References:
- Is this possible?
- From: Chris Cred via OfficeKB.com
- Re: Is this possible?
- From: utkarsh . majmudar
- Re: Is this possible?
- From: Chris Cred via OfficeKB.com
- Re: Is this possible?
- From: Chris Cred via OfficeKB.com
- Re: Is this possible?
- From: Chris Cred via OfficeKB.com
- Re: Is this possible?
- From: Toppers
- Re: Is this possible?
- From: Chris Cred via OfficeKB.com
- Re: Is this possible?
- From: Chris Cred via OfficeKB.com
- Is this possible?
- Prev by Date: Re: Is this possible?
- Next by Date: RE: Need formula to look up zip codes
- Previous by thread: Re: Is this possible?
- Next by thread: Picture Hyperlink Path
- Index(es):
Relevant Pages
|