I have a form that silently interacts with Excel by adding cells based on user input. I completed the solution and it talks with Excel perfectly, updates the records and cells in Excel wonderfully. After completion, I sent the requesting user the completed product and he was happy.
The user wanted to know if there was any way to pull the data back into the form from Excel after it had been created, and then updated if need be. The way he was thinking this could happen would be to pull the "name" into a combo box and when a previously entered "name" was selected, the rest of the form would display the rest of the data from that "row" in Excel. (Hopefully I am explaining this clearly enough.)
It was challenging enough for me to be able to open and write to Excel in the first place, as I do not have the knowledge necessary to facilitate such a request.
Thank you in advance and feel free to critique or manipulate the code attached. I'm always looking for ways to improve.
Thanks again!
The user wanted to know if there was any way to pull the data back into the form from Excel after it had been created, and then updated if need be. The way he was thinking this could happen would be to pull the "name" into a combo box and when a previously entered "name" was selected, the rest of the form would display the rest of the data from that "row" in Excel. (Hopefully I am explaining this clearly enough.)
It was challenging enough for me to be able to open and write to Excel in the first place, as I do not have the knowledge necessary to facilitate such a request.
Thank you in advance and feel free to critique or manipulate the code attached. I'm always looking for ways to improve.
Thanks again!