Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 44,541 points

Eric R

Favorite Answers59%
Answers468

Are we having fun yet????

  • Whats wrong with this code?

    Do While X = 0

    strAns2 = InputBox _

    ("Enter IP Address of the Server:","Create File")

    If strAns2 = "" Then

    elseif Left(strAns2, 3) > "255" then

    Wscript.Echo "Please enter a valid first octet Address."

    elseif Mid(strAns2, 3, 3) > "255" then

    Wscript.Echo "Please enter a valid second octet Address."

    elseif Mid(strAns2, 6, 3) > "255" then

    Wscript.Echo "Please enter a valid third octet Address."

    elseif Right(strAns2, 3) > "255" then

    Wscript.Echo "Please enter a valid fourth octet Address."

    Exit Do

    End If

    Loop

    3 AnswersProgramming & Design1 decade ago
  • How do you remove a single entry from IE drop down list.?

    I want to remove an entry from my Internet explorer address drop down list. Can someone give me the procedures on how to do that?

    This is a test question looking to if anyone has the correct answer. FYI I already know the process, this is just to give some point out.

    1 AnswerInternet1 decade ago