ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   to find the text and to know that particular cell address (https://www.excelbanter.com/excel-programming/355428-find-text-know-particular-cell-address.html)

cheenu

to find the text and to know that particular cell address
 
I want to find the particular text in the report and I want to know the cell
address of that particular text. Please help me out.

Tom Ogilvy

to find the text and to know that particular cell address
 
set rng = cells.Find("The house is brown")
If not rng is nothing then
msgbox "rng.Address"
else
msgbox "Not found"
End if

--
Regards,
Tom Ogilvy


"cheenu" wrote in message
...
I want to find the particular text in the report and I want to know the

cell
address of that particular text. Please help me out.





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

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