For some reason I'm having trouble with wildcards,
I'm going to have some cells written as Newark, NJ.
And so obviously I want cells that DONT match that pattern
so i tried
if activecell.value <> "*, ??" then DO WHATEVER
but its not working
i tried if activecell.value = "*, ??" then do whatever
but even that didnt recognize the cell with Newark, NJ in it
what am i doing wrong, i tried using activecell.text and activecell but they didnt work either, what am I doing wrong, thanks!
I'm going to have some cells written as Newark, NJ.
And so obviously I want cells that DONT match that pattern
so i tried
if activecell.value <> "*, ??" then DO WHATEVER
but its not working
i tried if activecell.value = "*, ??" then do whatever
but even that didnt recognize the cell with Newark, NJ in it
what am i doing wrong, i tried using activecell.text and activecell but they didnt work either, what am I doing wrong, thanks!