Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, I have a find that returns the range of a cell where the search-value is found. does anyone know how i can determine the column where this cell is located? Code: -------------------- Set teamNameRng = searchRng.Find(What:=tempTeamName, _ After:=startRng, _ Lookat:=xlWhole, _ LookIn:=xlFormulas, _ SearchOrder:=xlByColumns, _ SearchDirection:=xlNext, _ MatchCase:=False) -------------------- Than a lot in advance regards thomas -- usadream ------------------------------------------------------------------------ usadream's Profile: http://www.excelforum.com/member.php...o&userid=32703 View this thread: http://www.excelforum.com/showthread...hreadid=526050 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use cell to determine column in formula | Excel Worksheet Functions | |||
How do I determine the last cell in a Column | Excel Discussion (Misc queries) | |||
How to determine the column letter from Cell address | Excel Worksheet Functions | |||
How can I determine the largest physical size cell in a column | Excel Worksheet Functions | |||
Determine start column/ end column of Merged Cell | Excel Programming |