Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I need to find the text "Shell" within a worksheet and then store the column number within a variable i, then need to find text "Chevron" and then store the column number within a variable j. below is the start of my code, many thanks Cells.find(What:="Shell", After:=ActiveCell, LookIn:=xlFormulas, LookAt _ :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _ False, SearchFormat:=False).Activate i = ........... -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=563699 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Storing a value to variable | Excel Discussion (Misc queries) | |||
Finding all the values and storing them | Excel Programming | |||
storing a value in code | Excel Programming | |||
storing data | Excel Worksheet Functions | |||
Storing Variables | Excel Programming |