Hi all,
i'm trying to put together a UserForm that will allow me to search multiple sheets in the same workbook. I have the userform built, and currently it consists of multiple input/text boxes and a single search button.
Each textbox will, eventually, be assigned to a single column on the workbook, say for example that Column A is 'Part Number' and Column B is 'Description' (this will be set the same across the entire sheet).
My idea is that if i typed data into both input boxes, the search would check all sheets and report back (as per the Excel "Find All" function) any hits based on the information supplied in the multiple input strings.
does this make sense and, more importantly, is it possible?
i'm trying to put together a UserForm that will allow me to search multiple sheets in the same workbook. I have the userform built, and currently it consists of multiple input/text boxes and a single search button.
Each textbox will, eventually, be assigned to a single column on the workbook, say for example that Column A is 'Part Number' and Column B is 'Description' (this will be set the same across the entire sheet).
My idea is that if i typed data into both input boxes, the search would check all sheets and report back (as per the Excel "Find All" function) any hits based on the information supplied in the multiple input strings.
does this make sense and, more importantly, is it possible?