I have a simple table with 4 columns in excel.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Current position[/TD]
[TD]Previous position[/TD]
[/TR]
[TR]
[TD]Cain[/TD]
[TD]AAA[/TD]
[TD]XXX[/TD]
[TD]YYY[/TD]
[/TR]
[TR]
[TD]Abel[/TD]
[TD]BB[/TD]
[TD]ZZZ[/TD]
[TD]WWW[/TD]
[/TR]
</tbody>[/TABLE]
But I have some users who can't even use CTRL+F in excel.
They are very basic Windows users.
So I'm trying to recreate CTR+F as a macro with a search box.
So when they type "Cain" in the Search box that it shows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Current position[/TD]
[TD]Previous position[/TD]
[/TR]
[TR]
[TD]Cain[/TD]
[TD]AAA[/TD]
[TD]XXX[/TD]
[TD]YYY[/TD]
[/TR]
</tbody>[/TABLE]
I would put that search box in one sheet, and table in second sheet.
Maybe even an exe. file so that they don't need to even open excel file.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Current position[/TD]
[TD]Previous position[/TD]
[/TR]
[TR]
[TD]Cain[/TD]
[TD]AAA[/TD]
[TD]XXX[/TD]
[TD]YYY[/TD]
[/TR]
[TR]
[TD]Abel[/TD]
[TD]BB[/TD]
[TD]ZZZ[/TD]
[TD]WWW[/TD]
[/TR]
</tbody>[/TABLE]
But I have some users who can't even use CTRL+F in excel.
They are very basic Windows users.
So I'm trying to recreate CTR+F as a macro with a search box.
So when they type "Cain" in the Search box that it shows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Current position[/TD]
[TD]Previous position[/TD]
[/TR]
[TR]
[TD]Cain[/TD]
[TD]AAA[/TD]
[TD]XXX[/TD]
[TD]YYY[/TD]
[/TR]
</tbody>[/TABLE]
I would put that search box in one sheet, and table in second sheet.
Maybe even an exe. file so that they don't need to even open excel file.
Last edited: