Pandab2002
IS-IT--Management
I am using the following to find data in an excel spreadsheet with 18 columns.
Cells.Find(What:=content, After:=ActiveCell, LookIn:= _
xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _
xlNext, MatchCase:=False, SearchFormat:=False).Activate
When I find the data I want to assign a variable to the column. Can anyone assist? Thanks in advance.
Cells.Find(What:=content, After:=ActiveCell, LookIn:= _
xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _
xlNext, MatchCase:=False, SearchFormat:=False).Activate
When I find the data I want to assign a variable to the column. Can anyone assist? Thanks in advance.