Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this should work:
sheetname = ActiveSheet.Name Worksheets(sheetname).Select With ActiveCell Set find_criteria = .Find(What:="<", Lookat:=xlPart, LookIn:=xlFormulas, MatchCase:=False) End With "cbh35711" wrote: So is there a way that i can search only one cell? I can't really put in a specific range in like that, because i want it to just be the active cell. I've also tried set rng = selection and then trying range(rng), but that doesn't work either... Any idea anyone? Thanks Chris -- cbh35711 ------------------------------------------------------------------------ cbh35711's Profile: http://www.excelforum.com/member.php...o&userid=30276 View this thread: http://www.excelforum.com/showthread...hreadid=529619 |
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 |