I have a sheet with a list of customer orders called (FTBJOB2) the data is contained in cells A to AP of the table starting from row 13
I Know how to make a combo box that places whatever is typed, in a specific cell. In this case it will put the result in cell ("AQ12")
I would love a code that would dynamically hide all rows from Row 13 down to 997 that don't contain the text in cell ("AQ12") in any of the cells of that row
This is to create a google style search box using anything to do with the customer orders
I already have buttons to hide rows based on the value in column D (this contains the job status) so I will need to unhide these first in the code so they see result for each job.
This will let the guys see orders that only pertain to whatever they are searching for.
is this a code that will live in the worksheet or in a separate macro?
Any help would be greatly appreciated
Thanks wonderful people
Regards
Jason Bing
I Know how to make a combo box that places whatever is typed, in a specific cell. In this case it will put the result in cell ("AQ12")
I would love a code that would dynamically hide all rows from Row 13 down to 997 that don't contain the text in cell ("AQ12") in any of the cells of that row
This is to create a google style search box using anything to do with the customer orders
I already have buttons to hide rows based on the value in column D (this contains the job status) so I will need to unhide these first in the code so they see result for each job.
This will let the guys see orders that only pertain to whatever they are searching for.
is this a code that will live in the worksheet or in a separate macro?
Any help would be greatly appreciated
Thanks wonderful people
Regards
Jason Bing