I tried this code to find anyword in the workbook but it show result only for sheet active
so I tried this code but didn't success. is there any help ?
PHP:
Cells.Find(What:="Anyword").Active
so I tried this code but didn't success. is there any help ?
PHP:
Dim wsh As Worksheet
For Each wsh In Workbook
wsh.Cells.Find(What:="Anyword").Activate
Next