E
Etrnal168
Hey guys, first of all, thanks for reading.
I want to be able to search for a string in a cell. For example,
The content and location of the cell is 'Storage(PCI-X)' and
cells(1,1)
and I would like to search to see if the content contains PCI-X
can I do
with .range(cells(1,1))
set c = .find('PCI-X', LookIn:=xlValues, lookat:=xlWhole)
if c = true
blahblah
else
blah blah
Thanks!
-Tom
I want to be able to search for a string in a cell. For example,
The content and location of the cell is 'Storage(PCI-X)' and
cells(1,1)
and I would like to search to see if the content contains PCI-X
can I do
with .range(cells(1,1))
set c = .find('PCI-X', LookIn:=xlValues, lookat:=xlWhole)
if c = true
blahblah
else
blah blah
Thanks!
-Tom