トップページ(目次)

472.ブラウザ_クローム_を起動してYahooJAPANを開く

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

    Set システム = CreateObject("WScript.Shell")
    
    YahooURL = "https://www.yahoo.co.jp/"
    
    システム.Run ("chrome.exe -url " & YahooURL)

End Sub

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