<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>リンク | nujonoa_blog</title>
	<atom:link href="https://nujonoa.com/tag/%E3%83%AA%E3%83%B3%E3%82%AF/feed/" rel="self" type="application/rss+xml" />
	<link>https://nujonoa.com</link>
	<description>人生に役立つデータ集</description>
	<lastBuildDate>Tue, 11 Aug 2020 04:41:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://nujonoa.com/wp-content/uploads/2019/04/cropped-DSC00976-e1554456145409-32x32.jpg</url>
	<title>リンク | nujonoa_blog</title>
	<link>https://nujonoa.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【spreadsheet】image関数！セル内に画像を入れて一気に見栄えアップ！</title>
		<link>https://nujonoa.com/how-to-use-the-image-function/</link>
					<comments>https://nujonoa.com/how-to-use-the-image-function/#respond</comments>
		
		<dc:creator><![CDATA[nujonoa]]></dc:creator>
		<pubDate>Tue, 11 Aug 2020 04:40:33 +0000</pubDate>
				<category><![CDATA[google spreadsheet]]></category>
		<category><![CDATA[リンク]]></category>
		<category><![CDATA[画像]]></category>
		<category><![CDATA[image]]></category>
		<guid isPermaLink="false">http://nujonoa.com/?p=6692</guid>

					<description><![CDATA[目次 【spreadsheet】image関数！セル内に画像を入れて一気に見栄えアップ！image関数とは？関数の使い方は簡単ドライブの画像を張り付ける。グーグルドライブのフォルダ内の画像を一覧表にする方法まとめ 【sp [&#8230;]]]></description>
										<content:encoded><![CDATA[

  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">【spreadsheet】image関数！セル内に画像を入れて一気に見栄えアップ！</a></li><li><a href="#toc2" tabindex="0">image関数とは？</a></li><li><a href="#toc3" tabindex="0">関数の使い方は簡単</a></li><li><a href="#toc4" tabindex="0">ドライブの画像を張り付ける。</a></li><li><a href="#toc5" tabindex="0">グーグルドライブのフォルダ内の画像を一覧表にする方法</a></li><li><a href="#toc6" tabindex="0">まとめ</a></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">【spreadsheet】image関数！セル内に画像を入れて一気に見栄えアップ！</span></h2>



<p>Excelに対して、スプレッドシートを用いる利点として、</p>



<p>・共有しやすい<br>・QUERY関数を使えるので、データベースを作りやすい<br>・グーグル関係(メールなど)と連携できる</p>



<p>ことなどが利点として挙げられると思いますが、</p>



<p>「image関数」</p>



<p>を使うことができることも1つの利点だと思います。</p>



<p>やはり、画像などをふんだんに使った表の方が、見る人の目を引くことができます。<br>人の目を引くということは、使用してもらえる確率が上がります。</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="488" height="342" src="https://nujonoa.com/wp-content/uploads/2020/08/image-1.png" alt="" class="wp-image-6693" srcset="https://nujonoa.com/wp-content/uploads/2020/08/image-1.png 488w, https://nujonoa.com/wp-content/uploads/2020/08/image-1-300x210.png 300w" sizes="(max-width: 488px) 100vw, 488px" /><figcaption>image関数のイメージ</figcaption></figure>



<p>今回は、そんなimage関数について解説していきたいと思います。</p>



<h2 class="wp-block-heading"><span id="toc2">image関数とは？</span></h2>



<p>image関数とは、先ほどもご紹介した通り、<br>下記のように、セルの中に画像を挿入するテクニックになります。</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="488" height="342" src="https://nujonoa.com/wp-content/uploads/2020/08/image-1.png" alt="" class="wp-image-6693" srcset="https://nujonoa.com/wp-content/uploads/2020/08/image-1.png 488w, https://nujonoa.com/wp-content/uploads/2020/08/image-1-300x210.png 300w" sizes="(max-width: 488px) 100vw, 488px" /><figcaption>image関数のイメージ</figcaption></figure>



<p>え、そんなのExcelでもできるじゃん。と思った人もいるかと思いますが、</p>



<p>・googleドライブに保存した画像を表示できる。<br>　※ファイル自体が重くならない。<br>・セルの大きさに合わせて画像の大きさが調整できる。</p>



<p>ことが利点となります。</p>



<h2 class="wp-block-heading"><span id="toc3">関数の使い方は簡単</span></h2>



<p>関数の使い方は非常に簡単で、セルに</p>



<p>=image(<span class="marker-animation">URL</span>,選択モード)</p>



<p>を入力するだけです。</p>



<p>例えば、グーグルの画像アドレスをコピーして、urlの部分に入力すると、</p>



<figure class="wp-block-image size-large"><img decoding="async" width="556" height="440" src="https://nujonoa.com/wp-content/uploads/2020/08/image-2.png" alt="" class="wp-image-6694" srcset="https://nujonoa.com/wp-content/uploads/2020/08/image-2.png 556w, https://nujonoa.com/wp-content/uploads/2020/08/image-2-500x396.png 500w, https://nujonoa.com/wp-content/uploads/2020/08/image-2-300x237.png 300w" sizes="(max-width: 556px) 100vw, 556px" /></figure>



<p>下記のように、簡単にスプレッドシートのセル内に画像を張り付けることができます。</p>



<figure class="wp-block-image size-large"><img decoding="async" width="776" height="337" src="https://nujonoa.com/wp-content/uploads/2020/08/image-3.png" alt="" class="wp-image-6695" srcset="https://nujonoa.com/wp-content/uploads/2020/08/image-3.png 776w, https://nujonoa.com/wp-content/uploads/2020/08/image-3-500x217.png 500w, https://nujonoa.com/wp-content/uploads/2020/08/image-3-300x130.png 300w, https://nujonoa.com/wp-content/uploads/2020/08/image-3-768x334.png 768w" sizes="(max-width: 776px) 100vw, 776px" /></figure>



<p>画像の大きさは、<br>①自動で倍率を変えてくれるモード<br>②セルの大きさに引き延ばしてくれるモード。<br>③オリジナルサイズで張り付けるモード<br>④カスタムサイズで張り付けるモード<br>の4つです。</p>



<h2 class="wp-block-heading"><span id="toc4">ドライブの画像を張り付ける。</span></h2>



<p>image関数を使うタイミングで一番多いのは、<br>グーグルドライブに保存した画像をセル内に表示したい場合だと思います。</p>



<p>そのためには</p>



<p>=image(<span class="marker-animation">URL</span>,選択モード)</p>



<p>の <span class="marker-animation">URL</span> の部分にドライブの画像のURLを入れる必要があるのですが、<br>この作業に、若干手間がかかります。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="414" height="513" src="https://nujonoa.com/wp-content/uploads/2020/08/image-4.png" alt="" class="wp-image-6697" srcset="https://nujonoa.com/wp-content/uploads/2020/08/image-4.png 414w, https://nujonoa.com/wp-content/uploads/2020/08/image-4-300x372.png 300w" sizes="(max-width: 414px) 100vw, 414px" /><figcaption>共有可能なリンクを取得</figcaption></figure>



<p>ドライブで共有可能なリンクを取得すると、</p>



[ https://drive.google.com/file/d/画像id/view?usp=sharing ]



<p>このようなURLが表示されると思いますが、このまま数式に挿入しても、残念ながら表示されません。</p>



<p>どうやら、画像に直接アクセスするリンクが必要なようで、</p>



<p class="is-style-sticky-red">https://drive.google.com/file/d/<strong>画像id</strong>/view?usp=sharing<br>↓<br>https://drive.google.com/uc?id=<strong>画像id</strong></p>



<p>に変換してあげる必要があります。</p>



<h2 class="wp-block-heading"><span id="toc5">グーグルドライブのフォルダ内の画像を一覧表にする方法</span></h2>



<p>グーグルドライブのフォルダ内の画像一覧表を作成するための<br>GASを作りましたので、使ってみてください。</p>



<div class="wp-block-cocoon-blocks-button-1 button-block"><a rel="noopener" target="_blank" href="https://docs.google.com/spreadsheets/d/1lDZu6dn6HeAfDD317Hz-X0P1_BqYOdqPAB8a-MmGRx8/edit?usp=sharing" class="btn btn-l btn-circle btn-shine">ボタン<span class="fa fa-external-link external-icon anchor-icon"></span></a></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>そのままですと閲覧のみ可能になっていますので、<br>ファイル→コピーを作成で、自分のスプレッドシートにコピーを作成してください。</p>



<div class="wp-block-cocoon-blocks-toggle-box-1 toggle-wrap toggle-box block-box"><input id="toggle-checkbox-20200809233634" class="toggle-checkbox" type="checkbox"/><label class="toggle-button" for="toggle-checkbox-20200809233634">スプレッドシートをコピーする方法(クリックして開く)</label><div class="toggle-content">
<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="394" height="781" src="https://nujonoa.com/wp-content/uploads/2020/08/2020-08-09_23h24_07-3.png" alt="" class="wp-image-6679" srcset="https://nujonoa.com/wp-content/uploads/2020/08/2020-08-09_23h24_07-3.png 394w, https://nujonoa.com/wp-content/uploads/2020/08/2020-08-09_23h24_07-3-300x595.png 300w" sizes="(max-width: 394px) 100vw, 394px" /><figcaption>スプレッドシートをコピーする方法</figcaption></figure></div>
</div></div>
</div></div>



<p>ドライブのフォルダのIDを入力して実行していただくと画像一覧を作成できると思います。</p>



<h2 class="wp-block-heading"><span id="toc6">まとめ</span></h2>



<p>imge画像を使って表をまとめると非常に見栄えの良い表を作成することができます。</p>



<p>ぜひ使ってみてください！！</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nujonoa.com/how-to-use-the-image-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【簡単】VBAでIEのテキストボックスに値を入力する方法～VBA(マクロ)でIE操作</title>
		<link>https://nujonoa.com/vba-ie-text-input/</link>
					<comments>https://nujonoa.com/vba-ie-text-input/#respond</comments>
		
		<dc:creator><![CDATA[nujonoa]]></dc:creator>
		<pubDate>Thu, 16 May 2019 11:27:56 +0000</pubDate>
				<category><![CDATA[IE関係]]></category>
		<category><![CDATA[マクロVBA]]></category>
		<category><![CDATA[vba]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[簡単]]></category>
		<category><![CDATA[リンク]]></category>
		<category><![CDATA[クリック]]></category>
		<category><![CDATA[マクロ]]></category>
		<guid isPermaLink="false">http://nujonoa.com/?p=812</guid>

					<description><![CDATA[↓のサイトで、IEを表示、要素を抜き出すことができました。次は、インプット要素をすべて確認し、任意のテキストボックスに値を入力する方法を説明します。 【簡単】VBAでIEの任意のサイトを表示させる方法～VBA(マクロ)で [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>↓のサイトで、IEを表示、要素を抜き出すことができました。<br>次は、インプット要素をすべて確認し、任意のテキストボックスに値を入力する方法を説明します。</p>




<a rel="noopener" target="_blank" href="https://nujonoa.com/vba-ie-display/" title="【簡単】VBAでIEの任意のサイトを表示させる方法～VBA(マクロ)でIE操作" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-right cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg 160w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-120x68.jpg 120w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【簡単】VBAでIEの任意のサイトを表示させる方法～VBA(マクロ)でIE操作</div><div class="blogcard-snippet internal-blogcard-snippet">VBAでIEを操作する方法はネットを検索しても、まだ確立されきっていないように感じますので、素人が学びながら、そこまで深堀せずに簡単に説明していきたいと思います。VBAでIEの任意のサイトを表示させる方法VBAの入門編として、まずIEの画面...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://nujonoa.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">nujonoa.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2020.06.10</div></div></div></div></a>




<a rel="noopener" target="_blank" href="https://nujonoa.com/vba-ie-output-alltag/" title="【簡単】VBAでIEの全要素のデータを取得する方法～VBA(マクロ)でIE操作" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-right cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg 160w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-120x68.jpg 120w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【簡単】VBAでIEの全要素のデータを取得する方法～VBA(マクロ)でIE操作</div><div class="blogcard-snippet internal-blogcard-snippet">↓改良版です。こちら速度向上させましたので、こちらをご覧ください。↓のサイトで、IEを表示することができました。次は、HTMLの中身を確認し、任意の情報を取り出す方法を書いていこうと思います。VBAでIEの全要素のデータを取得する方法マクロ...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://nujonoa.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">nujonoa.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2020.06.10</div></div></div></div></a>




  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-4" checked><label class="toc-title" for="toc-checkbox-4">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">VBAでIEのテキストボックスに値を入力する方法～VBA(マクロ)でIE操作</a></li><li><a href="#toc2" tabindex="0">簡単にプログラム説明</a><ol><li><a href="#toc3" tabindex="0">テキストボックスのTagNameは「INPUT」</a></li><li><a href="#toc4" tabindex="0">入力したい要素を確認( テキストボックスはType「text」) </a></li></ol></li><li><a href="#toc5" tabindex="0">テキストボックスに入力してみる。</a><ol><li><a href="#toc6" tabindex="0">ほかのやり方でテキストボックスに入力してみる。</a></li></ol></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">VBAでIEのテキストボックスに値を入力する方法～VBA(マクロ)でIE操作</span></h2>



<p>今回は、VBAでIEのテキストボックスに値を入力する方法を紹介したいと思います。<br>まず、サイト内の入力要素一覧を見てみましょう。<br>下記コードは「グーグルの検索サイト」の全ての入力要素をエクセルに書き出すコードです。<br><span class="bold-red"><span class="marker-under">ダブルクリックでコピーできますのでとりあえずVBAに張り付けて実行してみてください。</span></span></p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: vb; title: ; notranslate">
Sub IEinput()
   
 Application.ScreenUpdating = False
    
'*****↓ここまでは以前と一緒***************************************************
'IEの起動
Dim objIE As Object
    
Set objIE = GetObject(&quot;&quot;, &quot;InternetExplorer.Application&quot;)
    
objIE.Visible = True
        
        
    objIE.Navigate &quot;https://www.google.com/?hl=ja&quot;  ' このURLを任意に変更
        
    ' ページの表示完了待ち｡
    While objIE.ReadyState &lt;&gt; 4 Or objIE.Busy = True
        DoEvents
    Wend
'*****↑ここまでは以前と一緒***************************************************
    
'****今日はここから↓***************************************************
    
    On Error Resume Next      '値がないとエラーが出るので、エラー回避用
   
    I = 1  '開始行を指定
    J = objIE.document.all.Length  '要素の数を知る
       
    Cells(I, 1).Value = &quot;No&quot;
    Cells(I, 2).Value = &quot;tagname&quot;
    Cells(I, 3).Value = &quot;Type&quot;
    Cells(I, 4).Value = &quot;NAME&quot;
    Cells(I, 5).Value = &quot;ID&quot;
    Cells(I, 6).Value = &quot;className&quot;
    Cells(I, 7).Value = &quot;TABINDEX&quot;
    Cells(I, 8).Value = &quot;Vakue&quot;
    Cells(I, 9).Value = &quot;checked&quot;
    Cells(I, 10).Value = &quot;親のtagname&quot;
    Cells(I, 11).Value = &quot;innertext&quot;
    Cells(I, 12).Value = &quot;outertext&quot;
    Cells(I, 13).Value = &quot;outherhtml&quot;
    Cells(I, 14).Value = &quot;innerhtml&quot;
    Cells(I, 15).Value = &quot;リンク先&quot;
     
       
     Dim A As Object
        
    For Each A In objIE.document.getElementsByTagName(&quot;INPUT&quot;)
       
       
  
        Cells(I + 1, 1) = I - 1                     '個数
        Cells(I + 1, 2) = A.TAGNAME                 'TAGネーム
        Cells(I + 1, 3) = A.Type                    'タイプ ※selectボックスは”select-one”と取得
        Cells(I + 1, 4) = A.Name                    '名前
        Cells(I + 1, 5) = A.ID                      'ID
        Cells(I + 1, 6) = A.className               'クラス名
        Cells(I + 1, 7) = A.TabIndex                'フォーカス順序 (Tabでの移動順)
        Cells(I + 1, 8) = A.Value                   '値
        Cells(I + 1, 9) = A.Checked                 'チェック状態 (True = チェック有り､false = チェック無し)
                                                    'checkboxやradioボタンから取得します
        Cells(I + 1, 10) = A.parentElement.TAGNAME  '親のTAG
   
   
   
        If Len(A.innerHTML) &gt; 50 Then
           
            Cells(I + 1, 11) = Left(A.innertext, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.innertext, 10)
            Cells(I + 1, 12) = Left(A.outertext, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.outerrext, 10)
            Cells(I + 1, 13) = Left(A.outerHTML, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.outerHTML, 10)
            Cells(I + 1, 14) = Left(A.innerHTML, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.innerHTML, 10)
   
        Else
           
            Cells(I + 1, 11) = A.innertext
            Cells(I + 1, 12) = A.outertext
            Cells(I + 1, 13) = A.outerHTML
            Cells(I + 1, 14) = A.innerHTML
                       
        End If
         
          
        I = I + 1
           
        'ステータスバーに進捗を表示
        Application.StatusBar = I &amp; &quot;/&quot; &amp; J
        
    Next
       
    On Error GoTo 0
 
    Cells.WrapText = False
   
   
Application.ScreenUpdating = True
Application.StatusBar = False
   
Range(Cells(1, 1), Cells(1, 14)).EntireColumn.AutoFit
Range(Cells(1, 2), Cells(1, 2)).EntireColumn.Interior.ColorIndex = 6
Range(Cells(1, 4), Cells(1, 4)).EntireColumn.Interior.ColorIndex = 6
Range(Cells(1, 8), Cells(1, 8)).EntireColumn.Interior.ColorIndex = 6
    
    
End Sub

</pre></div>


<h2 class="wp-block-heading"><span id="toc2">簡単にプログラム説明</span></h2>



<h3 class="wp-block-heading"><span id="toc3">テキストボックスのTagNameは「INPUT」</span></h3>



<p>テキストボックスの <strong>TagName</strong> は「INPUT」ですので、サイトを表示させた後、<br><span class="bold-blue">For Each A In objIE.document.getElementsByTagName("INPUT")　～～～　Next</span><br>でINPUTの要素をすべて検索し、抜き出した結果をエクセルに書き出していっています。</p>



<h3 class="wp-block-heading"><span id="toc4">入力したい要素を確認( テキストボックスはType「text」) </span></h3>



<p>マクロを実行すると、 下記のようなTagNameがINPUTの一覧表ができたと思います。<br>その中でも今回は、テキストボックスに入力したいので、<span class="bold-red">Type(c列)がtext</span>のものを探します。<br><span class="bold-red"><span class="marker-under">今回はNo3が検索欄に当たり、Nameが"q"であることが分かりました。</span></span></p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="900" height="130" src="https://nujonoa.com/wp-content/uploads/2019/05/image-42-900x130.png" alt="" class="wp-image-822" srcset="https://nujonoa.com/wp-content/uploads/2019/05/image-42-900x130.png 900w, https://nujonoa.com/wp-content/uploads/2019/05/image-42-300x43.png 300w, https://nujonoa.com/wp-content/uploads/2019/05/image-42-500x72.png 500w, https://nujonoa.com/wp-content/uploads/2019/05/image-42-768x111.png 768w, https://nujonoa.com/wp-content/uploads/2019/05/image-42.png 1363w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<h2 class="wp-block-heading"><span id="toc5">テキストボックスに入力してみる。</span></h2>



<p>上記のプログラムより、テキストボックスの要素を見つけることができました。<br>この要素のデータを用いて、今度は文字を入力していきたいと思います。<br>やることは簡単、先ほどと同じ要領で、<br>①FOR EACH でINPUTをすべて抜き出す。<br>②<span class="bold-blue">IF分で入力したい要素を見つける。→今回はNameが"q</span>"<br>③<span class="bold-red">.valueで値を入力する。</span><span class="bold-blue"><span class="bold-red">→.value="test"</span><br></span>となっております。<br><strong><span class="bold-red"><span class="marker-under">ダブルクリックでコピーできますのでVBAに張り付けて実行してみてください。</span></span></strong><span class="bold-red"><span class="marker-under"> </span></span></p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: vb; title: ; notranslate">
Sub IE_textINPUT()
   
'*****↓ここまでは以前と一緒***************************************************
'IEの起動
Dim objIE As Object
   
Set objIE = GetObject(&quot;&quot;, &quot;InternetExplorer.Application&quot;)
   
objIE.Visible = True
       
       
    objIE.Navigate &quot;https://www.google.com/?hl=ja&quot;  ' このURLを任意に変更
       
    ' ページの表示完了待ち｡
    While objIE.ReadyState &lt;&gt; 4 Or objIE.Busy = True
        DoEvents
    Wend
'*****↑ここまでは以前と一緒***************************************************
   
'****今日はここから↓***************************************************
   
    On Error Resume Next      '値がないとエラーが出るので、エラー回避用
      
     Dim A As Object
       
    For Each A In objIE.document.getElementsByTagName(&quot;INPUT&quot;)'①FOR EACH でINPUTをすべて抜き出す。
      
        If A.Name = &quot;q&quot; Then A.VALUE=&quot;テスト&quot;'②IF分で入力したい要素を見つけて③valueで代入。
       
    Next
      
    On Error GoTo 0
  
End Sub
</pre></div>


<h3 class="wp-block-heading"><span id="toc6">ほかのやり方でテキストボックスに入力してみる。</span></h3>



<p>また、<span class="bold-red"><span class="marker-under">単純に&lt;INPUT&gt;の3番目</span></span>でもありますので、単純に、<br><span class="bold-blue">objIE.document.getElementsByTagName("INPUT")(3).value="テスト"</span><br>と入力することで、文字を入力することができます。</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
Sub IE_textINPUT2()
  
 Application.ScreenUpdating = False
   
'*****↓ここまでは以前と一緒***************************************************
'IEの起動
Dim objIE As Object
   
Set objIE = GetObject(&quot;&quot;, &quot;InternetExplorer.Application&quot;)
   
objIE.Visible = True
       
       
    objIE.Navigate &quot;https://www.google.com/?hl=ja&quot;  ' このURLを任意に変更
       
    ' ページの表示完了待ち｡
    While objIE.ReadyState &lt;&gt; 4 Or objIE.Busy = True
        DoEvents
    Wend
'*****↑ここまでは以前と一緒***************************************************
   
'****今日はここから↓***************************************************
   
    On Error Resume Next      '値がないとエラーが出るので、エラー回避用
        
    objIE.document.getElementsByTagName(&quot;INPUT&quot;)(3).value=&quot;テスト&quot;

End Sub
</pre></div>


<p><span class="marker-animation">その他、VBAでIEを動かすために必要な情報をまとめています！！</span></p>



<div class="wp-block-cocoon-blocks-tab-caption-box-1 tab-caption-box block-box has-border-color has-pink-border-color"><div class="tab-caption-box-label block-box-label box-label fab-book"><span class="tab-caption-box-label-text block-box-label-text box-label-text"><span class="marker-animation-2071">こちらを参照ください！</span></span></div><div class="tab-caption-box-content block-box-content box-content">
<div class="wp-block-cocoon-blocks-blogcard blogcard-type bct-together">


<a rel="noopener" target="_blank" href="https://nujonoa.com/summary-of-how-to-control-ie-with-vba/" title="【まとめ】VBAでIEを動かすプログラムまとめ！" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-right cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-160x90.jpg 160w, https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-120x68.jpg 120w, https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【まとめ】VBAでIEを動かすプログラムまとめ！</div><div class="blogcard-snippet internal-blogcard-snippet">まだ、あまり確立されていないVBAでIEを動かすプログラムについて、素人ながらまとめてみました！【まとめ】VBAでIEを動かすプログラムまとめ！・VBA(マクロ)でIEを動かしたい！・社内プログラムでIEと連動させたい。・けれど、参考になる...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://nujonoa.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">nujonoa.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2020.06.10</div></div></div></div></a>

</div>



<p></p>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://nujonoa.com/vba-ie-text-input/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【簡単】VBAでIEの全リンク先を取得、クリックする方法～VBA(マクロ)でIE操作</title>
		<link>https://nujonoa.com/vba-ie-linkall-click/</link>
					<comments>https://nujonoa.com/vba-ie-linkall-click/#respond</comments>
		
		<dc:creator><![CDATA[nujonoa]]></dc:creator>
		<pubDate>Wed, 15 May 2019 16:49:24 +0000</pubDate>
				<category><![CDATA[IE関係]]></category>
		<category><![CDATA[マクロVBA]]></category>
		<category><![CDATA[マクロ]]></category>
		<category><![CDATA[vba]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[簡単]]></category>
		<category><![CDATA[リンク]]></category>
		<category><![CDATA[クリック]]></category>
		<guid isPermaLink="false">http://nujonoa.com/?p=808</guid>

					<description><![CDATA[↓のサイトで、IEを表示、要素を抜き出すことができました。次は、リンクをすべて確認し、任意のリンクをクリックする方法を説明します。 【簡単】VBAでIEの任意のサイトを表示させる方法～VBA(マクロ)でIE操作VBAでI [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>↓のサイトで、IEを表示、要素を抜き出すことができました。<br>次は、リンクをすべて確認し、任意のリンクをクリックする方法を説明します。</p>




<a rel="noopener" target="_blank" href="https://nujonoa.com/vba-ie-display/" title="【簡単】VBAでIEの任意のサイトを表示させる方法～VBA(マクロ)でIE操作" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-right cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg 160w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-120x68.jpg 120w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【簡単】VBAでIEの任意のサイトを表示させる方法～VBA(マクロ)でIE操作</div><div class="blogcard-snippet internal-blogcard-snippet">VBAでIEを操作する方法はネットを検索しても、まだ確立されきっていないように感じますので、素人が学びながら、そこまで深堀せずに簡単に説明していきたいと思います。VBAでIEの任意のサイトを表示させる方法VBAの入門編として、まずIEの画面...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://nujonoa.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">nujonoa.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2020.06.10</div></div></div></div></a>




<a rel="noopener" target="_blank" href="https://nujonoa.com/vba-ie-output-alltag/" title="【簡単】VBAでIEの全要素のデータを取得する方法～VBA(マクロ)でIE操作" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-right cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-160x90.jpg 160w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-120x68.jpg 120w, https://nujonoa.com/wp-content/uploads/2019/04/logo-e1555045643689-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【簡単】VBAでIEの全要素のデータを取得する方法～VBA(マクロ)でIE操作</div><div class="blogcard-snippet internal-blogcard-snippet">↓改良版です。こちら速度向上させましたので、こちらをご覧ください。↓のサイトで、IEを表示することができました。次は、HTMLの中身を確認し、任意の情報を取り出す方法を書いていこうと思います。VBAでIEの全要素のデータを取得する方法マクロ...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://nujonoa.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">nujonoa.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2020.06.10</div></div></div></div></a>




  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-6" checked><label class="toc-title" for="toc-checkbox-6">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">VBAでIEの全リンク先を取得、クリックする方法～VBA(マクロ)でIE操作</a></li><li><a href="#toc2" tabindex="0">簡単にプログラム説明</a><ol><li><a href="#toc3" tabindex="0">リンクの場合 TagName は「A」</a></li></ol></li><li><a href="#toc4" tabindex="0">リンクをクリックする</a><ol><li><a href="#toc5" tabindex="0">ほかのやり方も。</a></li></ol></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">VBAでIEの全リンク先を取得、クリックする方法～VBA(マクロ)でIE操作</span></h2>



<p>今回は、VBAで特定のページのすべてのリンク先を取得、クリックする方法を紹介したいと思います。<br>下記コードは「グーグルの検索サイト」の<br>全てのリンク先をエクセルに書き出すコードです。<br><span class="bold-red"><span class="marker-under">ダブルクリックでコピーできますのでとりあえずVBAに張り付けて実行してみてください。</span></span></p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: vb; title: ; notranslate">
Sub IElinkall()
  
 Application.ScreenUpdating = False
   
'*****↓ここまでは以前と一緒***************************************************
'IEの起動
Dim objIE As Object
   
Set objIE = GetObject(&quot;&quot;, &quot;InternetExplorer.Application&quot;)
   
objIE.Visible = True
       
       
    objIE.Navigate &quot;https://www.google.com/?hl=ja&quot;  ' このURLを任意に変更
       
    ' ページの表示完了待ち｡
    While objIE.ReadyState &lt;&gt; 4 Or objIE.Busy = True
        DoEvents
    Wend
'*****↑ここまでは以前と一緒***************************************************
   
'****今日はここから↓***************************************************
   
    On Error Resume Next      '値がないとエラーが出るので、エラー回避用
  
    I = 1  '開始行を指定
    J = objIE.document.all.Length  '要素の数を知る
      
    Cells(I, 1).Value = &quot;uniqueID&quot;
    Cells(I, 2).Value = &quot;tagname&quot;
    Cells(I, 3).Value = &quot;Type&quot;
    Cells(I, 4).Value = &quot;NAME&quot;
    Cells(I, 5).Value = &quot;ID&quot;
    Cells(I, 6).Value = &quot;className&quot;
    Cells(I, 7).Value = &quot;TABINDEX&quot;
    Cells(I, 8).Value = &quot;Vakue&quot;
    Cells(I, 9).Value = &quot;checked&quot;
    Cells(I, 10).Value = &quot;親のtagname&quot;
    Cells(I, 11).Value = &quot;innertext&quot;
    Cells(I, 12).Value = &quot;outertext&quot;
    Cells(I, 13).Value = &quot;outherhtml&quot;
    Cells(I, 14).Value = &quot;innerhtml&quot;
    Cells(I, 15).Value = &quot;リンク先&quot;
    
      
     Dim A As Object
       
    For Each A In objIE.document.getElementsByTagName(&quot;A&quot;)
      
      
 
        Cells(I + 1, 1) = A.uniqueID                'uniqueID
        Cells(I + 1, 2) = A.TAGNAME                 '親のTAG
        Cells(I + 1, 3) = A.Type                    'タイプ ※selectボックスは”select-one”と取得
        Cells(I + 1, 4) = A.Name                    '名前
        Cells(I + 1, 5) = A.ID                      'ID
        Cells(I + 1, 6) = A.className               'クラス名
        Cells(I + 1, 7) = A.TabIndex                'フォーカス順序 (Tabでの移動順)
        Cells(I + 1, 8) = A.Value                   '値
        Cells(I + 1, 9) = A.Checked                 'チェック状態 (True = チェック有り､false = チェック無し)
                                                    'checkboxやradioボタンから取得します
        Cells(I + 1, 10) = A.parentElement.TAGNAME  '親のTAG
  
  
  
        If Len(A.innerHTML) &gt; 50 Then
          
            Cells(I + 1, 11) = Left(A.innertext, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.innertext, 10)
            Cells(I + 1, 12) = Left(A.outertext, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.outerrext, 10)
            Cells(I + 1, 13) = Left(A.outerHTML, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.outerHTML, 10)
            Cells(I + 1, 14) = Left(A.innerHTML, 10) &amp; &quot;   ~~~   &quot; &amp; Right(A.innerHTML, 10)
  
        Else
          
            Cells(I + 1, 11) = A.innertext
            Cells(I + 1, 12) = A.outertext
            Cells(I + 1, 13) = A.outerHTML
            Cells(I + 1, 14) = A.innerHTML
                      
        End If
        
            Cells(I + 1, 15) = A.href
         
        I = I + 1
          
        'ステータスバーに進捗を表示
        Application.StatusBar = I &amp; &quot;/&quot; &amp; J
       
    Next
      
    On Error GoTo 0

    Cells.WrapText = False
  
  
Application.ScreenUpdating = True
Application.StatusBar = False
  
Range(Cells(1, 1), Cells(1, 13)).EntireColumn.ColumnWidth = 1
Range(Cells(1, 14), Cells(1, 15)).EntireColumn.AutoFit
Range(Cells(1, 15), Cells(1, 15)).EntireColumn.Interior.ColorIndex = 6
   
End Sub
</pre></div>


<h2 class="wp-block-heading"><span id="toc2">簡単にプログラム説明</span></h2>



<h3 class="wp-block-heading"><span id="toc3">リンクの場合 TagName は「A」</span></h3>



<p>リンクの場合 <strong>TagName</strong> は「A」ですので、サイトを表示させた後、<br><span class="bold-blue">For Each A In objIE.document.getElementsByTagName("A")　～～～　Next</span><br>でリンクの要素をすべて検索し、<br>N列に　innerhtml(テキスト名)　<br>O列に　href(リンク先)　をエクセルに書き出していきました。</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="900" height="237" src="https://nujonoa.com/wp-content/uploads/2019/05/image-44-900x237.png" alt="" class="wp-image-849" srcset="https://nujonoa.com/wp-content/uploads/2019/05/image-44-900x237.png 900w, https://nujonoa.com/wp-content/uploads/2019/05/image-44-300x79.png 300w, https://nujonoa.com/wp-content/uploads/2019/05/image-44-500x132.png 500w, https://nujonoa.com/wp-content/uploads/2019/05/image-44-768x202.png 768w, https://nujonoa.com/wp-content/uploads/2019/05/image-44.png 1360w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<h2 class="wp-block-heading"><span id="toc4">リンクをクリックする</span></h2>



<p>ここからリンクをクリックする方法はいろいろとあるのですが、<br>一番簡単なのは、N列に出したinnertextを用いることです。<br>下記にコードに「規約」の文字をクリックする場合のコードを示します。<br>行っていることは、<br>①FOR EACH で「A」をすべて抜き出す。<br>②<strong>IF文で入力したい要素を見つける。→今回は.innertextが”規約”</strong><br>③特定した要素<strong>.clickでボタンを押す</strong> <br><strong><span class="bold-red"><span class="marker-under">ダブルクリックでコピーできますのでVBAに張り付けて実行してみてください。</span></span></strong><span class="bold-red"><span class="marker-under"> </span></span></p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: vb; title: ; notranslate">
Sub IElinkclick()
   
'IEの起動
Dim objIE As Object
   
Set objIE = GetObject(&quot;&quot;, &quot;InternetExplorer.Application&quot;)
   
objIE.Visible = True
       
       
    objIE.Navigate &quot;https://www.google.com/?hl=ja&quot;  ' このURLを任意に変更
       
    ' ページの表示完了待ち｡
    While objIE.ReadyState &lt;&gt; 4 Or objIE.Busy = True
        DoEvents
    Wend
   
    On Error Resume Next      '値がないとエラーが出るので、エラー回避用
      
     Dim A As Object
       
    For Each A In objIE.document.getElementsByTagName(&quot;A&quot;)
      
        If A.innerHtml = &quot;規約&quot; Then A.Click
       
    Next
      
    On Error GoTo 0
  
End Sub
</pre></div>


<h3 class="wp-block-heading"><span id="toc5">ほかのやり方も。</span></h3>



<p>また、<span class="bold-red"><span class="marker-under">単純にリンク&lt;A&gt;の中の0から数えて6番目の要素</span></span>でもありますので、<br>下記のようなコードでもクリックすることができます。<br>※プログラムは０から数えるので、(6)となります。</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
Sub IElinkclick2()
  
 Application.ScreenUpdating = False
   
'IEの起動
Dim objIE As Object
   
Set objIE = GetObject(&quot;&quot;, &quot;InternetExplorer.Application&quot;)
   
objIE.Visible = True
       
    objIE.Navigate &quot;https://www.google.com/?hl=ja&quot;  ' このURLを任意に変更
       
    ' ページの表示完了待ち｡
    While objIE.ReadyState &lt;&gt; 4 Or objIE.Busy = True
        DoEvents
    Wend

    On Error Resume Next      '値がないとエラーが出るので、エラー回避用
        
    objIE.document.getElementsByTagName(&quot;A&quot;)(6).Click

End Sub
</pre></div>


<p><span class="marker-animation">その他、VBAでIEを動かすために必要な情報をまとめています！！</span></p>



<div class="wp-block-cocoon-blocks-tab-caption-box-1 tab-caption-box block-box has-border-color has-pink-border-color"><div class="tab-caption-box-label block-box-label box-label fab-book"><span class="tab-caption-box-label-text block-box-label-text box-label-text"><span class="marker-animation-2071">こちらを参照ください！</span></span></div><div class="tab-caption-box-content block-box-content box-content">
<div class="wp-block-cocoon-blocks-blogcard blogcard-type bct-together">


<a rel="noopener" target="_blank" href="https://nujonoa.com/summary-of-how-to-control-ie-with-vba/" title="【まとめ】VBAでIEを動かすプログラムまとめ！" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-right cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-160x90.jpg 160w, https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-120x68.jpg 120w, https://nujonoa.com/wp-content/uploads/2019/11/coins-1015125_1280-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【まとめ】VBAでIEを動かすプログラムまとめ！</div><div class="blogcard-snippet internal-blogcard-snippet">まだ、あまり確立されていないVBAでIEを動かすプログラムについて、素人ながらまとめてみました！【まとめ】VBAでIEを動かすプログラムまとめ！・VBA(マクロ)でIEを動かしたい！・社内プログラムでIEと連動させたい。・けれど、参考になる...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://nujonoa.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">nujonoa.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2020.06.10</div></div></div></div></a>

</div>



<p></p>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://nujonoa.com/vba-ie-linkall-click/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
