S
Syed Haider Ali
Dear Friends.
I have a table with three fields A,B,C. I need the code for if i pu
the value in textbox1 it searchs with Col A, if found then rest o
record shown in textbox2 and textbox3. And if it is a new record the
append the sheet.
What codes i am using are these.
dim ws as worksheet
dim irow as long
set ws= worksheets("Code")
irow=ws.cells(rows.count, 1).end(xlup).offset(1,0).row
ws.cells(irow, 1).value = me.textbox1.value
ws.cells(irow, 2).value = me.textbox2.value
ws.cells(irow,3).value = me.textbox3.value
Any suggestion please.
Syed Haider Al
I have a table with three fields A,B,C. I need the code for if i pu
the value in textbox1 it searchs with Col A, if found then rest o
record shown in textbox2 and textbox3. And if it is a new record the
append the sheet.
What codes i am using are these.
dim ws as worksheet
dim irow as long
set ws= worksheets("Code")
irow=ws.cells(rows.count, 1).end(xlup).offset(1,0).row
ws.cells(irow, 1).value = me.textbox1.value
ws.cells(irow, 2).value = me.textbox2.value
ws.cells(irow,3).value = me.textbox3.value
Any suggestion please.
Syed Haider Al