Use VLOOKUP or similar function in VBA
Posted by Ron on July 27, 2001 7:39 AM
Here's the scenario I'm trying to create:
I'd like the user to choose a name from a predefined listbox on my form.
Then the user will fill in a series of textboxes.
I'd like to take that information and place it on a spreadsheet in a specific row based on the name chosen. I think I'm looking for the ability to either use VLOOKUP or something similar to accomplish this. Any ideas? Thanks!