Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Öffnen einer Html Seite

0 views
Skip to first unread message

Wolfgang Diehl

unread,
Dec 12, 2001, 6:47:11 AM12/12/01
to
Hallo,

Der Code
Sub OpenHtmlPage
URL = "http://wdiehl.de/index.htm"
x = Shell("start " & URL, 1)
End sub
oder Local
URL = "c:\Html\index.htm"
soll nur mit Windows 95 (DOS Start command) funktionieren.

Wie läuft das unter WIN NT oder WIN ME mit EXCEL 97 ??

Danke
Wolfgang

Bernd Held

unread,
Dec 12, 2001, 7:54:21 AM12/12/01
to
Hallo Wolfgang,

das geht nämlich so:

Sub OpenInternetExplorer()
Dim s
Dim strWebPage As String

strWebPage = "http://held-office.de"
s = Shell("C:\Programme\Internet Explorer\IExplore.exe " & strWebPage,
1)
End Sub

Viele Grüße
Bernd
MVP für Microsoft Excel
http://members.aol.com/Machero

"Wolfgang Diehl" <Wolfgan...@AfA-LwA.Niedersachsen.de> schrieb im
Newsbeitrag news:083a01c18302$bc1a0680$a4e62ecf@tkmsftngxa06...

0 new messages