Hi all,
I'm trying to do something like this:
If RealExp(i) = "any string" then
RealExp(i) = ""
End if
RealExp is an array
my problem is that I don't know what to put for "any string" I thought VB would recognize "string" as any letters in there but it didn't work.
Is there a way I can say if RealExp has words in any of it's rows then delete them?
Thanks
I'm trying to do something like this:
If RealExp(i) = "any string" then
RealExp(i) = ""
End if
RealExp is an array
my problem is that I don't know what to put for "any string" I thought VB would recognize "string" as any letters in there but it didn't work.
Is there a way I can say if RealExp has words in any of it's rows then delete them?
Thanks