cnu nagula
Board Regular
- Joined
- Aug 28, 2008
- Messages
- 83
i need a code to edit, amend or delete a row in a sheet through listbox.
i am having textboxes 9 to 15.
i am using the following code for listbox1 for selecting the name from cell b2
Private Sub UserForm_initialize()
ListBox1.List = Worksheets("Details").Range("b3", Worksheets("Sheet2").Range("b65536").End(xlUp)).Value
End Sub
please help
i am having textboxes 9 to 15.
i am using the following code for listbox1 for selecting the name from cell b2
Private Sub UserForm_initialize()
ListBox1.List = Worksheets("Details").Range("b3", Worksheets("Sheet2").Range("b65536").End(xlUp)).Value
End Sub
please help
Last edited: