Thread
:
Find in another sheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Find in another sheet
try this idea that will find it from anywhere in the workbook.
Sub findinnamedrange()
MsgBox Range("MyRange").Find("whatever").Address
End Sub
--
Don Guillett
SalesAid Software
"Soniya" wrote in message
ups.com...
Hi All,
How can I use find in a defined range in another sheet using VBA?
for Eg. If I run my code from sheet1 and without activaing sheet2 I
want to search for a word within range "MyRange"
Thanks
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]