Hello all, I'm trying to update a masterfile spreadsheet which contains a whole load of employee names. In order to make it easier to navigate, I'd like to create a search bar (rather like that of google, where you type in the text box, click search, and it takes you to what you queried).
I've searched and searched but can't find anything that fits my exact spreadsheet, hence me asking here! I'm quite inexperienced with VBA coding but I get the basics as I did some work with C++ a few years back (I know it's different but, yeah, ya know).
My issue is, I have the names in rows, not columns, with the header as names, for instance, instead of having the title "Names" in A1, and then the names being displayed below the title vertically (B1, B2....), the title "Names" is in A1, and then the employee names are displayed horizontally (ie A2, A3....) I cannot change the way this is laid out as it's very specific to the work I'm doing.
I want to create a search bar, preferably in the employee sheet (called Upload Template) where you type in an employee name, for instance "John", and when you click the "Search" button, it takes you to the cell with the employee called John in it and the information relating to that employee, I'd like the search engine to search up anything with the name "John" for instance, if you just typed in "Jo" it would return any name with "Jo" in it (like using the * function in Excel).
Sorry if I'm being vague, if I've left anything out that could help please let me know! Thanks in advance
I've searched and searched but can't find anything that fits my exact spreadsheet, hence me asking here! I'm quite inexperienced with VBA coding but I get the basics as I did some work with C++ a few years back (I know it's different but, yeah, ya know).
My issue is, I have the names in rows, not columns, with the header as names, for instance, instead of having the title "Names" in A1, and then the names being displayed below the title vertically (B1, B2....), the title "Names" is in A1, and then the employee names are displayed horizontally (ie A2, A3....) I cannot change the way this is laid out as it's very specific to the work I'm doing.
I want to create a search bar, preferably in the employee sheet (called Upload Template) where you type in an employee name, for instance "John", and when you click the "Search" button, it takes you to the cell with the employee called John in it and the information relating to that employee, I'd like the search engine to search up anything with the name "John" for instance, if you just typed in "Jo" it would return any name with "Jo" in it (like using the * function in Excel).
Sorry if I'm being vague, if I've left anything out that could help please let me know! Thanks in advance