Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can find sheet on workbook have so many sheet ? | Excel Worksheet Functions | |||
find last row in a sheet | Excel Discussion (Misc queries) | |||
Find data from one sheet in another sheet | Excel Worksheet Functions | |||
how to find and copy values on sheet 2, based on a list on sheet 1 | Excel Programming | |||
Find changes and add them to the new sheet | Excel Programming |