I got it after reading "Just think about it a little." I instantly realized there was some trickery a-foot.
If isInteresting("change blindness") = True Then Set objExplorer = CreateObject(InternetExplorer.Application) objExplorer.Navigate = "http://www.scholarpedia.org/article/Change_blindness" objExplorer.Visible = 1 Else MsgBox("Lame!") End If
If isInteresting("change blindness") = True Then
Set objExplorer = CreateObject(InternetExplorer.Application)
objExplorer.Navigate = "http://www.scholarpedia.org/article/Change_blindness"
objExplorer.Visible = 1
Else
MsgBox("Lame!")
End If