<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>language_and_engineering</author_name>
  <author_url>https://blog.hatena.ne.jp/language_and_engineering/</author_url>
  <blog_title>主に言語とシステム開発に関して</blog_title>
  <blog_url>https://language-and-engineering.hatenablog.jp/</blog_url>
  <categories>
    <anon>vba</anon>
    <anon>ブラウザ</anon>
    <anon>IEの自動操作</anon>
  </categories>
  <description>バッチ・マクロのTOPへ JavaScriptと同じように，VBAでもDOM操作が可能。 下記のようなマクロで，IEを操作できる。 Sub Googleで検索() ' IEを立ち上げて Google を開く Dim ie As Object Set ie = new_ie(&quot;http://www.google.co.jp&quot;) ' 検索キーワードを入力 type_val ie, &quot;q&quot;, &quot;ホゲラッチョ&quot; ' 検索ボタンクリック submit_click ie, &quot;btnG&quot; ' 検索結果の 1 件目のタイトルを表示 MsgBox domselec(ie, Array( _ &quot;id&quot;, &quot;res…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flanguage-and-engineering.hatenablog.jp%2Fentry%2F20090710%2Fp1&quot; title=&quot; Excel VBAのマクロで，IEを自動操作しよう　（DOMセレクタ関数をVBAで自作） - 主に言語とシステム開発に関して&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&amp;ASIN=4844333844&amp;Format=_SL250_&amp;ID=AsinImage&amp;MarketPlace=JP&amp;ServiceVersion=20070822&amp;WS=1&amp;tag=fugayahogeo-22</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-07-10 00:00:00</published>
  <title> Excel VBAのマクロで，IEを自動操作しよう　（DOMセレクタ関数をVBAで自作）</title>
  <type>rich</type>
  <url>https://language-and-engineering.hatenablog.jp/entry/20090710/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
