I am new to this forum and VBA...I have been utilizing formulas to obtain the information I need, but now I REALLY need to start learning and converting over to VB/VBA...
Here is the scenario:
I have 3 columns; Column A is the Store Number, Column B is the Store Name, Column C is the District Manager who has the store. The DM's name can re-occur 15-20 different times. Store Number and Store Name is Unique.
On my userform I have a listbox (NameSelect) for the DM's, Then another one for the Store Number (StoreSelect) Then just a textbox for Store Name (StoreName). What I would like is to have it when the DM selects his/her name and presses the command button (SubmitName) that it will only show the stores assigned to that DM. Then when the DM scrolls thru the store number the store name would also scroll. It is sort of like an index match formula..
Any ideas out there??? I have reviewed several postings and from what I have seen, someone knows! Y'all ARE GOOD!!!
Thanks in Advance!
Hans
Here is the scenario:
I have 3 columns; Column A is the Store Number, Column B is the Store Name, Column C is the District Manager who has the store. The DM's name can re-occur 15-20 different times. Store Number and Store Name is Unique.
On my userform I have a listbox (NameSelect) for the DM's, Then another one for the Store Number (StoreSelect) Then just a textbox for Store Name (StoreName). What I would like is to have it when the DM selects his/her name and presses the command button (SubmitName) that it will only show the stores assigned to that DM. Then when the DM scrolls thru the store number the store name would also scroll. It is sort of like an index match formula..
Any ideas out there??? I have reviewed several postings and from what I have seen, someone knows! Y'all ARE GOOD!!!
Thanks in Advance!
Hans