ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   find and replace (https://www.excelbanter.com/excel-programming/352925-find-replace.html)

CVL

find and replace
 
How do you change the 'find within' option in Find/Replace macro?

If you have selected 'within workbook' but want only search a selected set
of cells in a macro.

ben

find and replace
 
dim ran as range
set ran = Activesheet.range("A1:A10").find(what:="SearchData ",Lookat:=xlwhole)
if not ran is nothing then
'data found
else
'data not found
end if

you can change range to what ever range you need


--
When you lose your mind, you free your life.
Ever Notice how we use '' for comments in our posts even if they aren''t
expected to go into the code?


"CVL" wrote:

How do you change the 'find within' option in Find/Replace macro?

If you have selected 'within workbook' but want only search a selected set
of cells in a macro.



All times are GMT +1. The time now is 07:41 PM.

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