Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My find macro can find data across the entire workbook--across many
sheets, but when it finds the data, it doesn't *go* there. If I am looking at one sheet and hit my macro, and the data is on another sheet, it finds it on the other sheet, but it doesn't switch my view to that next sheet. How do I do this? my macro as it is now: Sub seech() ' ' seech Macro ' Macro recorded 1/3/2006 by L Cloutier ' ' Keyboard Shortcut: Option+Cmd+q ' Cells.FindNext(After:=ActiveCell).Activate ActiveCell.Activate End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help In Excel | Excel Discussion (Misc queries) | |||
Macro - message box if find nothing | Excel Discussion (Misc queries) | |||
hide a worksheet so that a macro can still find it | Excel Worksheet Functions | |||
Passing selected workbook name and values to a macro | Excel Worksheet Functions | |||
Playing a macro from another workbook | Excel Discussion (Misc queries) |