Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can I find a cell address in another sheet in a book
without acvtivating the other sheet? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
'find' somtimes can't find numbers. I folowd the 'help' instructi. | Excel Worksheet Functions | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) | |||
backwards find function to find character in a string of text | Excel Programming |