G
greg
I am using the Find method of Range.
Do you have to find whole strings of the cell?
I am sending in a filename. But my cell contains full path. and it is not
finding the cell.
For example:
Cell:
C:\foo\foo\foo\myfile.doc
and my code is this:
Set objFind = objSheet.Range(strRange).Find(what:=Trim$("myfile.doc"),
LookIn:= _
xlFormulas, lookat:=xlWhole, SearchOrder:=xlByColumns,
SearchDirection:= _
xlNext, MatchCase:=False)
Do you need to find full strings?
Do you have to find whole strings of the cell?
I am sending in a filename. But my cell contains full path. and it is not
finding the cell.
For example:
Cell:
C:\foo\foo\foo\myfile.doc
and my code is this:
Set objFind = objSheet.Range(strRange).Find(what:=Trim$("myfile.doc"),
LookIn:= _
xlFormulas, lookat:=xlWhole, SearchOrder:=xlByColumns,
SearchDirection:= _
xlNext, MatchCase:=False)
Do you need to find full strings?