Ok, first of all... I'm sorry wasting (?) your time with such an elementary question, but I really don't find how to do this:
It's aboaut using reg expressions...
Code
Dim MyString as string
MyString="Blah Blah"
If MyString<> [COLOR=YellowGreen]*€[/COLOR] Then
MsgBox (MyString & "doesn't end with €")
End if
My question is how do I make the program read the *€ as a regular expression?
Thank's very much in advance :thanx: