How do you use reference to a wildcard character within VBA? I am trying to use something like:
if strTest = "test*" then..... and this doesn't work because it is seeing that as a literal string. How do I make it so that all entries starting with "test" show up?
Thanks,
Mark






