ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Find (https://www.excelbanter.com/excel-programming/291619-find.html)

tim

Find
 
Can I find a cell address in another sheet in a book
without acvtivating the other sheet?

Thanks

Tom Ogilvy

Find
 
Sure - you just need to qualify where you want to look - a simplified
example.

With worksheets("sheet9")
set rng = .cells.find(What:=Target)
End With
if not rng is nothing then
msgbox rng.Address(external:=True)
End if
--
Regards,
Tom Ogilvy

"Tim" wrote in message
...
Can I find a cell address in another sheet in a book
without acvtivating the other sheet?

Thanks





All times are GMT +1. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com