This document contains VBA code for connecting to an Excel database, populating drop down lists from the database, and displaying filtered data on a worksheet based on user selections in the drop downs. The code opens an ADODB connection to the active Excel workbook, populates unit type and city drop downs by running SQL queries on the data, clears existing filtered results, builds an SQL statement based on user selections, runs the query and displays the results on a worksheet.