Quote Originally Posted by dglienna
It won't work like that. Try something like this:

VB Code:
  1. Isit = False
  2. Isit = IPS Like "#.#.#.#" Or _
  3.         IPS Like "#.#.#.##" Or _
  4.         IPS Like "#.#.#.###" Or _
  5.         IPS Like "###.###.###.###"
Ohhhhh Right!!! I forgot about that!!!! Thanks dglienna, I went throught this before when I first started to use like, I have been away from programming for a while, now I'm getting back into it. It's like starting all over again!!
Thanks to everyone for the help and the welcomes!!