Dim webAddreess As String
Dim Web
Set Web = CreateObject("InternetExplorer.Application")
Web.Visible = True
WebAddress = "http://www.accessoft.com"
Web.Navigate WebAddress
end sub
咦?我刚才回答了怎么没显示出来呢。很简单:
---------------------------------
Private Sub Form_Load()
Command0.HyperlinkAddress = "http://djy-ncpzx.com"
End Sub
---------------------------------
看看能否打开主页?{:soso_e100:}