I need to look at a text file and see if a specific string that is in a combo box on my form exists.
Pseudo code:
When user drops the combo box choices:
Look at approved.txt (using the App.Path & "\approved.txt" method) to see if what is selected in the combo box exists anywhere in approved.txt
If it does Then
WebMain.Navigate2 Combo1.Text
Else
MsgBox "Not Found"
End If
-------------------------------------------------------------------------
-------------------------------------------------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Univer
Pseudo code:
When user drops the combo box choices:
Look at approved.txt (using the App.Path & "\approved.txt" method) to see if what is selected in the combo box exists anywhere in approved.txt
If it does Then
WebMain.Navigate2 Combo1.Text
Else
MsgBox "Not Found"
End If
-------------------------------------------------------------------------
-------------------------------------------------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Univer