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