Hello! I'm not very good with VBA code so I was wondering if someone could assist me? I have a worksheet with States that are repeated for various rows listed in Column A. Columns B through K have further information that corresponds to each row in Column A. I have each State listed only once in a combobox at the top of the spreadsheet. What I would like to do is hide column A and run a code that would filter the hidden column based on the matching combobox selection. For example, if Alabama is selected in the combobox than the report would filter to show only those rows that correspond to Alabama in column A.
<tbody>
</tbody>
Thank you in advance for assisting me!
State | ID# | Location |
Alabama | 6566 | Wilhelm |
Alabama | 6576 | Huntsville |
Maryland | 6689 | Market St |
Maryland | 6888 | Bypass Lane |
<tbody>
</tbody>
Thank you in advance for assisting me!