I am trying to setup a macro where I can type a word into a textbox, click a button, and filter a table based on the value of the text box. The code I am using was made available on the SreadSheetGuru.
<code>Option Explicit
Sub SearchBox()
'PURPOSE: Filter Data on User-Determined Column &...