I don't know why but I can't escape special characters in patterns.
If StrTest Like "\[*\]" Then ...
It still does not match values like [1234567890]. In other threads I read that "\" is used to escape characters, but it does still not work.
In between the brackets I want any string to be possible.