Listbox generates secondary Listbox based on selection
问题 I'm still pretty new to VBA, but I have two activex listboxes on a worksheet. On one listbox I have salesperson names (called lstNames) and the other listbox has locations (lstSite). What I'm trying to achieve is the following: Select name from lstNames Selection from lstNames generates lstSite with a list of a few locations associated with the name. For example, if I select Bob from the lstNames listbox, then the lstSites listbox will populate all of Bob's sites like NY, CO, CA, PA. If I