Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I modified the code a little and still no luck.. Here's what I have
now. Sheets("Light Class").Activate With frmPilot On Error Resume Next Cells.Find(What:=cbName.Text, lookat:=xlPart).Select Set rng1 = ActiveCell.End(xlDown) rng1.Offset(1, 0) = CDbl(tbScore) End With Behaves almost exactly the same except it won't overwrite cbName if not tbScore exists already Steve --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding First Empty Cell in a Column | Excel Discussion (Misc queries) | |||
Finding First Empty Cell in a Column | Excel Discussion (Misc queries) | |||
Finding a record based on user input | Excel Discussion (Misc queries) | |||
Finding Column based on input, then first empty row | Excel Programming | |||
Finding last non-empty column in row... | Excel Programming |