Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I'm trying to find a text string using a named range as the searching area but it doesn't work: Sub names() Dim RngToSearch As Name Dim RngFound As Range Set RngToSearch = ActiveWorkbook.names("tipos_dcto") c = ActiveCell.Value Set RngFound = RngToSearch.Find(c) If RngFound Is Nothing Then MsgBox "xxx" Else End If End Sub Any Ideas?? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find text in a string that matches value(s) in a range | Excel Programming | |||
Find the POSITION IN A RANGE of text in a string that matches value(s) in a range | Excel Programming | |||
Retrieving range string from named range | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming | |||
Setting named range in VBA- how to set as formula/reference instead of text string? | Excel Programming |