this code is to find Anyword in any worksheets in the workbook
How can I make frind from workbook to another workbooks?...by the way I'm using mS 2007
vb Code:
Dim wsh As Worksheet For Each wsh In Workbook wsh.Cells.Find(What:="Anyword").Activate Next




Reply With Quote