L
lbsstacey
I am trying to write code where an If statement woud look at a cell and
determine if the cell contains certain data elements and, if so, then the If
statement will perform a function. This, however, is not working for me:
If ActiveCell.Value = "* STREET" Then
I'm positive that it's because the code is looking for an exact match on "*
STREET" and does not recognize the * variable.
Any suggestions would be appreciated.
determine if the cell contains certain data elements and, if so, then the If
statement will perform a function. This, however, is not working for me:
If ActiveCell.Value = "* STREET" Then
I'm positive that it's because the code is looking for an exact match on "*
STREET" and does not recognize the * variable.
Any suggestions would be appreciated.