In my Code I have the following:


Public Sub Command1_Click()

WebBrowser.Navigate "http://www.geocities.com/"

End Sub



This is correct, as my browser's name is in fact
WebBrowser, BUT, It says that there is no WebBrowser????
What do I do?