G
GregJG
i have a userform that pulls in information from a row on
spreadsheet.
i.e.
workbook(1).sheets(1) column A contains a list of numbers.
userform1.listbox1 has a list of all the numbers in column A
when the listbox1 is clicked it fills in all the appropriate control
with what is in the other columns on the same row. column A number i
placed in textbox1 on userform.
right now, after changes to the form and the user clicks th
commandbutton to save. it creates a whole new row with the same numbe
in column A, so i have duplicates.
is there a way to replace the entire row instead? with a msgbox askin
if they want the row replaced
spreadsheet.
i.e.
workbook(1).sheets(1) column A contains a list of numbers.
userform1.listbox1 has a list of all the numbers in column A
when the listbox1 is clicked it fills in all the appropriate control
with what is in the other columns on the same row. column A number i
placed in textbox1 on userform.
right now, after changes to the form and the user clicks th
commandbutton to save. it creates a whole new row with the same numbe
in column A, so i have duplicates.
is there a way to replace the entire row instead? with a msgbox askin
if they want the row replaced