hi
have been having problems recalling all data from (sheet1)
userform 4 is supposed to write data to (sheet1) and sheet( repairs),it does write to sheet1 but not (repairs), if I go to userform 4 and type in combobox say s120 only some data is recalled not quite sure what ive done wrong has anyone any ideas please
ws.Range("K" & c.Row).Value = Me.TextBox3.Value 'OVERHAULED DATE
ws.Range("I" & c.Row).Value = Me.TextBox4.Value 'SCRAPPED DATE
ws.Range("l" & c.Row).Value = Me.TextBox1.Value
ws.Range("m" & c.Row).Value = Me.TextBox7.Value
these lines send data to sheet1 but only the top 2 are recalled
to open there is a commandbutton on userform 1 under goods issued
cheers colin
Bookmarks