トップページ(目次)

473.ブラウザ_クローム_を起動してYahooで指定単語を検索する

<実行前後>
 → 
Sub ブラウザ_クローム_を起動してYahooで指定単語を検索する()

    Set システム = CreateObject("WScript.Shell")
    
    検索ワード = "test"
    
    対象URL = "https://search.yahoo.co.jp/search?p=" & 検索ワード
    
    システム.Run ("chrome.exe -url " & 対象URL)
 
End Sub

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