Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() So here's my search to a single cell Dim sheetName As String sheetName = ActiveSheet.Name Dim find_criteria As Range Set find_criteria Worksheets(sheetName).Range(Selection).Find(What:= "<", Lookat:=xlPart, LookIn:=xlFormula, MatchCase:=False) I keep getting subscript out of range. Any ideas? Thanks, Chri -- cbh3571 ----------------------------------------------------------------------- cbh35711's Profile: http://www.excelforum.com/member.php...fo&userid=3027 View this thread: http://www.excelforum.com/showthread.php?threadid=52961 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching, matching then searching another list based on the match | Excel Discussion (Misc queries) | |||
Cell searching and Replacing | Excel Discussion (Misc queries) | |||
cell searching | Excel Discussion (Misc queries) | |||
Searching a cell for a certain character. | Excel Worksheet Functions | |||
Searching for cell values | Excel Programming |