postData は Byte 配列、ヘッダーに "Content-Type: application/x-www-form-urlencoded" が必須です。 Option Explicit Dim objIE, strRet, Stream, postData, strHeaders Set objIE = CreateObject("InternetExplorer.Application") ' ポストデータ ' 複数の値を送信するときは "&" でつなぐ Set Stream = CreateObject("ADODB.Stream") Stream.Open Stream.Charset = "UTF-8" Stream.WriteText "dummy=1" ' 1つ目のキーはゴミデータが入るのでダミーを挿入 Stream.WriteText "&a=日本語テスト&b=テス