Thread
:
Wildcard in Excel VBA
View Single Post
#
7
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
Wildcard in Excel VBA
Try:
If Not Cells(i, 12) Like JobTitle & "*" Then
In article . com,
wrote:
Thanks for the quick repsone JE, however your suggestion deletes the
rows I want to keep. I want to do the reverse. I've tried modifing
what you suggested to:
if cells(i,12).text LIKE NOT JobTitle & "*" Then....but the error
message I get is Type MisMatch...any ideas?
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey