I'm very new to coding in VB, but I've learned a bunch of basics in a little bit of time. I'm currently struggling to get one thing working and can't seem to find the solution.

I have a spreadsheet I'm using to track engine modifications to my drag car. I'm saving each configuration as a "profile" and the form which I am entering the info started with a text box to "name" the profile. Since I typically change one of the 20+ items I'm tracking at a time, I would like to be able to select a "profile" that has already been created and modify an item or two, then save the updated profile with a new name. I think this can be done with a combo box, but I can't figure out how to pull the info created in the spreadsheet and insert it into the form. I'll be happy to attach a file if my explination doesn't make sense. Thanks for any help you can provide!

TravisT