Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You could do this. Right click you sheet tab, view code and paste the code below in. Type an employee (Sheet name) in a1 and the sheet is selected. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$1" Then Sheets(Target.Text).Activate End If End Sub Mike "Jerry L" wrote: I am using Excel to track data on my employees. It would be helpful if I could search of the employee's last name, in stead of scanning the tabs. Thanks, Jerry |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SEARCH WORKSHEET USING A NOT CRITERIA | Excel Discussion (Misc queries) | |||
Search worksheet names? | Excel Discussion (Misc queries) | |||
Search one worksheet for values in another worksheet? | Excel Discussion (Misc queries) | |||
Can vlookup be used to search in more than one worksheet? | Excel Worksheet Functions | |||
Search using multiple worksheet | Excel Worksheet Functions |