I'm going to try to ask this one more time, because I can't figure this out myself and it's the last piece of my project.
I have developed multiple VBA userforms requiring data entry from a user. Once all of the input is completed, the user will hit a command button to generate a quote depending on the inputs. I have written code that books all of the data on the quote form to an excel sheet title "Quotes". There are fields for quote number, customer name, csr name, date....this information is input horizontally..ie Column A..is quote number, column b is customer name, column c is csr name..etc....
I have also created a form for retrieval of these records using a vlook up function with no problem. The problem comes when the user needs to update the quote because some of the information has changed. For instance, the address has changed or the customer doesn't want a certain item.
What I would like to do, is write a piece of code that takes the retrieved record, finds the exact line on where it is located on the database and change update the information to reflect the new pricing and new information. I do not want to create an extra line.
I'm not really a whiz at vba but I know it has functionality to do this. This is the third time I've asked. I hope this information is good enough and I would really appreciate your help and expertise with this code.
Thank You
I have developed multiple VBA userforms requiring data entry from a user. Once all of the input is completed, the user will hit a command button to generate a quote depending on the inputs. I have written code that books all of the data on the quote form to an excel sheet title "Quotes". There are fields for quote number, customer name, csr name, date....this information is input horizontally..ie Column A..is quote number, column b is customer name, column c is csr name..etc....
I have also created a form for retrieval of these records using a vlook up function with no problem. The problem comes when the user needs to update the quote because some of the information has changed. For instance, the address has changed or the customer doesn't want a certain item.
What I would like to do, is write a piece of code that takes the retrieved record, finds the exact line on where it is located on the database and change update the information to reflect the new pricing and new information. I do not want to create an extra line.
I'm not really a whiz at vba but I know it has functionality to do this. This is the third time I've asked. I hope this information is good enough and I would really appreciate your help and expertise with this code.
Thank You