Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like write a macro that finds a certain text on an Excel-spreadsheet
and then display the adress of the cell(s) containing the specified information in another cell. Help anyone? -- banker |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() dim rng as range dim findVal as string set rng = worksheets(1).cells.find(what:=findVal,lookat:=xlw hole) msgbox rng.address range("a1")=rng.address -- anusha2525 ------------------------------------------------------------------------ anusha2525's Profile: http://www.excelforum.com/member.php...o&userid=35408 View this thread: http://www.excelforum.com/showthread...hreadid=551771 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identifying matched cell values | Excel Discussion (Misc queries) | |||
Return cell adress for next non-blank cell in a range | Excel Worksheet Functions | |||
How do I put an adress in a cell in multiple lines?? | Excel Discussion (Misc queries) | |||
VBA: Find and adress cell | Excel Programming | |||
Find value and adress | Excel Programming |