Grupy dyskusyjne Google nie obsługują już nowych postów ani subskrypcji z Usenetu. Treści historyczne nadal będą dostępne.

Öffnen einer Html Seite

0 wyświetleń
Przejdź do pierwszej nieodczytanej wiadomości

Wolfgang Diehl

nieprzeczytany,
12 gru 2001, 06:47:1112.12.2001
do
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

nieprzeczytany,
12 gru 2001, 07:54:2112.12.2001
do
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...

Nowe wiadomości: 0