Sorry RoyUK I think i understand it better now.
The Code You gave me
NextRw = .Cells(.Rows.Count, 1).End(xlUp).Row + 1
.Cells(NextRw, 3).Value = PicName_textbox
.Cells(NextRw, 4).Value = Decription_textbox.Value
Then I tryed To modifiy it to use diffrent cells.
NextRw = .Cells(.Rows.Count, 1).End(xlUp).Row + 1
.Cells(NextRw, 12).Value = PicName_textbox
.Cells(NextRw, 13).Value = Decription_textbox.Value
now i understand the code
NextRw = .Cells(.Rows.Count, 12*REFERANCE TO SEARCH*).End(xlUp).Row + 1
.Cells(NextRw, 12*COLUM TO INSERT DATA).Value = PicName_textbox
.Cells(NextRw, 13).Value = Decription_textbox.Value
THANKS AGAIN.
Sorry for not seeing it. Hope you dont get sick of me
Bookmarks