I have a spreadsheet where there is a summary of data on one sheet and a form on another. What I'm trying to do is write a macros that will find a specific value in a column then copy the data in that row to fields on the form in the other sheet
For example:
-User inputs the transmittal number which is in Column A
-System finds correct number and then copies cells from that row into specific fields on the form on the other sheet
I got as far as creating the input box and I have a separate macros that copies data but it is very messy. Hint to myself: The fields in the form would always be pointing to the same column its just the row that would change. I figured the easiest way is to modify the function on the form to point to different rows as required...but I could be wrong. I need help.
For example:
-User inputs the transmittal number which is in Column A
-System finds correct number and then copies cells from that row into specific fields on the form on the other sheet
I got as far as creating the input box and I have a separate macros that copies data but it is very messy. Hint to myself: The fields in the form would always be pointing to the same column its just the row that would change. I figured the easiest way is to modify the function on the form to point to different rows as required...but I could be wrong. I need help.