Using Excel 2010
Hello,
I am new to VBA so please bear with me =).
I have a userform which requires approx. 10 fields to be entered by the user, which once submitted populates each cell in a row with the entered data (each field has a separate cell).
I need the following to happen when entering the data into the userform:
If the value of field 3 matches the value of any cell in column A, prompt user to "OK" or "Cancel".
If "OK", then goto the row with the matching value and insert the new data from fields 1 and 2 into a new, subsequent row.
Sorry if this sounds vague, I'll try to answer any questions that may be of use.
Thank you for any assistance!
Hello,
I am new to VBA so please bear with me =).
I have a userform which requires approx. 10 fields to be entered by the user, which once submitted populates each cell in a row with the entered data (each field has a separate cell).
I need the following to happen when entering the data into the userform:
If the value of field 3 matches the value of any cell in column A, prompt user to "OK" or "Cancel".
If "OK", then goto the row with the matching value and insert the new data from fields 1 and 2 into a new, subsequent row.
Sorry if this sounds vague, I'll try to answer any questions that may be of use.
Thank you for any assistance!