トップページ(目次)

471.ブラウザ_クローム_を起動して指定URLを開く

<実行前後>
 → 
Sub ブラウザ_クローム_を起動して指定URLを開く()

    Set システム = CreateObject("WScript.Shell")
    
    指定URL = "http://xxxxxxxxxxx/"
    
    システム.Run ("chrome.exe -url " & 指定URL)

End Sub

Copyright © 2021 https://excel3000.web.fc2.com/ All Rights Reserved.
    inserted by FC2 system