{"id":1334,"date":"2012-02-28T14:40:24","date_gmt":"2012-02-28T05:40:24","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=1334"},"modified":"2014-10-01T14:03:35","modified_gmt":"2014-10-01T05:03:35","slug":"%e3%80%8c%e3%81%a1%e3%82%83%e3%81%86%e3%81%a1%e3%82%83%e3%81%86%ef%bc%81%e3%80%8d%e3%81%a72%e3%81%a4%e3%81%ae%e6%96%87%e6%9b%b8%e3%82%92%e6%af%94%e8%bc%83%e3%81%99%e3%82%8bword%e3%83%9e%e3%82%af","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=1334","title":{"rendered":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed"},"content":{"rendered":"<p><span style=\"color: #ff0000; font-weight: bold;\">2014\/08\/10 \u8ffd\u8a18\uff1a<\/span><br \/>\n\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n<p><strong>\u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002<\/strong><br \/>\n<a href=\"\/\/www.ka-net.org\/blog\/?p=4724\" title=\"\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002\" target=\"_blank\">\/\/www.ka-net.org\/blog\/?p=4724<\/a><\/p>\n<p>2\u3064\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u6bd4\u8f03\u3057\u3001\u305d\u306e\u9055\u3044\u3092\u691c\u51fa\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u30c4\u30fc\u30eb\u3068\u3057\u3066\u300c<a href=\"http:\/\/www.monjunet.ne.jp\/chawchaw\/\" title=\"\u3061\u3083\u3046\u3061\u3083\u3046\uff01\" target=\"_blank\">\u3061\u3083\u3046\u3061\u3083\u3046\uff01<\/a>\u300d\u304c\u3042\u308a\u307e\u3059\u3002<br \/>\n\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u591a\u304f\u6271\u3046\u7de8\u96c6\u8005\u3084\u30e9\u30a4\u30bf\u30fc\u3001\u7ffb\u8a33\u8005\u3068\u3044\u3063\u305f\u65b9\u3005\u306b\u306f\u6709\u540d\u3067\u3001\u975e\u5e38\u306b\u4fbf\u5229\u306a\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n<p>\u4eca\u56de\u306f\u3053\u306e&#8221;<strong>\u3061\u3083\u3046\u3061\u3083\u3046\uff01<\/strong>&#8220;\u3092VBA\u3067\u7121\u7406\u3084\u308a\u5236\u5fa1\u3057\u3066\u3001<\/p>\n<p><span style=\"color: #ff0000; font-weight: bold;\">\u30fb\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3057\u3066\u3001\u305d\u306e\u7d50\u679c\u3092rtf\u5f62\u5f0f\u3067\u4fdd\u5b58\u3059\u308b<\/span><\/p>\n<p>\u3068\u3044\u3063\u305f\u64cd\u4f5c\u3092\u81ea\u52d5\u5316\u3057\u3066\u307f\u3088\u3046\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p><!--more--><\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPrivate Declare Function AccessibleObjectFromWindow Lib &quot;oleacc&quot; (ByVal hWnd As Long, ByVal dwId As Long, riid As Any, ByRef ppvObject As IAccessible) As Long\r\nPrivate Declare Function FindWindowEx Lib &quot;user32&quot; Alias &quot;FindWindowExA&quot; (ByVal hParent As Long, ByVal hChildAfter As Long, ByVal lpszClass As String, ByVal lpszWindow As String) As Long\r\nPrivate Declare Function GetWindowText Lib &quot;user32&quot; Alias &quot;GetWindowTextA&quot; (ByVal hWnd As Long, ByVal lpString As String, ByVal cch As Long) As Long\r\nPrivate Declare Function IIDFromString Lib &quot;ole32&quot; (ByVal lpsz As Long, lpiid As Any) As Long\r\nPrivate Declare Function PostMessage Lib &quot;user32&quot; Alias &quot;PostMessageA&quot; (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long\r\nPrivate Declare Function SendDlgItemMessage Lib &quot;user32&quot; Alias &quot;SendDlgItemMessageA&quot; (ByVal hDlg As Long, ByVal nIDDlgItem As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Any) As Long\r\nPrivate Declare Function SendMessage Lib &quot;user32&quot; Alias &quot;SendMessageA&quot; (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long\r\nPrivate Declare Sub Sleep Lib &quot;kernel32&quot; (ByVal dwMilliseconds As Long)\r\n\r\nPrivate Const OBJID_CLIENT = &amp;HFFFFFFFC\r\nPrivate Const WM_COMMAND = &amp;H111\r\nPrivate Const WM_SETTEXT = &amp;HC\r\n\r\nPublic Sub Sample()\r\n  Dim FilePath1 As String\r\n  Dim FilePath2 As String\r\n  \r\n  FilePath1 = &quot;C:\\Test\\File01.txt&quot;\r\n  FilePath2 = &quot;C:\\Test\\File02.txt&quot;\r\n  CompareDocumentChawChaw FilePath1, FilePath2\r\n  FilePath1 = &quot;C:\\Test\\File03.txt&quot;\r\n  FilePath2 = &quot;C:\\Test\\File04.txt&quot;\r\n  CompareDocumentChawChaw FilePath1, FilePath2\r\n  MsgBox &quot;\u51e6\u7406\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002&quot;, vbInformation + vbSystemModal\r\nEnd Sub\r\n\r\nPublic Sub CompareDocumentChawChaw(ByVal FilePath1 As String, ByVal FilePath2 As String)\r\n'\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308b\r\n  Dim TimeLimit As Date\r\n  Dim SaveFilePath1 As String\r\n  Dim SaveFilePath2 As String\r\n  Dim hApp As Long\r\n  Dim hBar As Long\r\n  Dim btnState As Long\r\n  Dim IID(0 To 3) As Long\r\n  Dim acc As Office.IAccessible\r\n  Const ChawChawExePath As String = &quot;C:\\Program Files\\ChawChaw\\ChawChaw.exe&quot; '&#x5B;ChawChaw.exe]\u306e\u30d1\u30b9  \u203b \u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5909\u66f4\r\n  \r\n  With CreateObject(&quot;Scripting.FileSystemObject&quot;)\r\n    If .FileExists(ChawChawExePath) = False Then\r\n      MsgBox ChawChawExePath &amp; &quot; \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbExclamation + vbSystemModal\r\n      Exit Sub\r\n    End If\r\n    If .FileExists(FilePath1) = False Then\r\n      MsgBox FilePath1 &amp; &quot; \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbExclamation + vbSystemModal\r\n      Exit Sub\r\n    End If\r\n    If .FileExists(FilePath2) = False Then\r\n      MsgBox FilePath2 &amp; &quot; \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbExclamation + vbSystemModal\r\n      Exit Sub\r\n    End If\r\n    SaveFilePath1 = .GetFile(FilePath1).ParentFolder.Path\r\n    If Right$(SaveFilePath1, 1) &lt;&gt; &quot;\\&quot; Then SaveFilePath1 = SaveFilePath1 &amp; &quot;\\&quot;\r\n    SaveFilePath1 = SaveFilePath1 &amp; &quot;&#x5B;ChawChawed]&quot; &amp; Left$(.GetFile(FilePath1).Name, InStrRev(.GetFile(FilePath1).Name, &quot;.&quot;)) &amp; &quot;rtf&quot;\r\n    SaveFilePath2 = .GetFile(FilePath2).ParentFolder.Path\r\n    If Right$(SaveFilePath2, 1) &lt;&gt; &quot;\\&quot; Then SaveFilePath2 = SaveFilePath2 &amp; &quot;\\&quot;\r\n    SaveFilePath2 = SaveFilePath2 &amp; &quot;&#x5B;ChawChawed]&quot; &amp; Left$(.GetFile(FilePath2).Name, InStrRev(.GetFile(FilePath2).Name, &quot;.&quot;)) &amp; &quot;rtf&quot;\r\n  End With\r\n  \r\n  '\u4e8b\u524d\u306b\u30d5\u30a1\u30a4\u30eb\u524a\u9664\r\n  If Len(Dir$(SaveFilePath1)) &gt; 0 Then Kill SaveFilePath1\r\n  If Len(Dir$(SaveFilePath2)) &gt; 0 Then Kill SaveFilePath2\r\n  \r\n  Shell ChawChawExePath, vbNormalFocus '\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u8d77\u52d5\r\n  hApp = FindChawChawWindow()\r\n  If hApp = 0&amp; Then\r\n    MsgBox &quot;&#x5B;\u3061\u3083\u3046\u3061\u3083\u3046\uff01]\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbExclamation + vbSystemModal\r\n    Exit Sub\r\n  End If\r\n  SendMessage hApp, WM_COMMAND, &amp;HFF01, 0&amp; '\u5de6\u30a6\u30a3\u30f3\u30c9\u30a6\u9078\u629e\r\n  SendMessage hApp, WM_COMMAND, &amp;HE121, 0&amp; '\u3059\u3079\u3066\u6d88\u53bb\r\n  FileContentCopy FilePath1 '\u5bfe\u8c61\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\r\n  SendMessage hApp, WM_COMMAND, &amp;HE125, 0&amp; '\u6587\u5b57\u5217\u8cbc\u308a\u4ed8\u3051\r\n\r\n  SendMessage hApp, WM_COMMAND, &amp;HFF00, 0&amp; '\u53f3\u30a6\u30a3\u30f3\u30c9\u30a6\u9078\u629e\r\n  SendMessage hApp, WM_COMMAND, &amp;HE121, 0&amp; '\u3059\u3079\u3066\u6d88\u53bb\r\n  FileContentCopy FilePath2 '\u5bfe\u8c61\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\r\n  SendMessage hApp, WM_COMMAND, &amp;HE125, 0&amp; '\u6587\u5b57\u5217\u8cbc\u308a\u4ed8\u3051\r\n  \r\n  '\u5168\u6587\u6bd4\u8f03\r\n  'SendMessage hApp, WM_COMMAND, &amp;H8015, 0&amp;\r\n  hBar = FindWindowEx(hApp, 0&amp;, vbNullString, &quot;Tool Bar&quot;)\r\n  hBar = FindWindowEx(hBar, 0&amp;, vbNullString, &quot;Tool Bar&quot;)\r\n  Set acc = Nothing '\u521d\u671f\u5316\r\n  If hBar &lt;&gt; 0&amp; Then\r\n    IIDFromString StrPtr(&quot;{618736E0-3C3D-11CF-810C-00AA00389B71}&quot;), IID(0)\r\n    AccessibleObjectFromWindow hBar, OBJID_CLIENT, IID(0), acc\r\n  End If\r\n  If acc Is Nothing Then\r\n    MsgBox &quot;\u51e6\u7406\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002&quot;, vbExclamation + vbSystemModal\r\n    Exit Sub\r\n  End If\r\n  acc.accDoDefaultAction &amp;H10&amp;\r\n  Sleep 200&amp;\r\n  \r\n  OperateSeparatorDialog '\u4e0d\u9069\u5207\u306a\u533a\u5207\u308a\u6587\u5b57\u30c0\u30a4\u30a2\u30ed\u30b0\u5236\u5fa1\r\n  \r\n  '\u6bd4\u8f03\u51e6\u7406\u5f85\u3061\r\n  TimeLimit = DateAdd(&quot;n&quot;, 10, Now())  '\u30eb\u30fc\u30d7\u306e\u5236\u9650\u6642\u9593:10\u5206\r\n  Do\r\n    btnState = acc.accState(&amp;H10&amp;) '\u5168\u6587\u6bd4\u8f03 (F5)\u30dc\u30bf\u30f3\u306e\u72b6\u614b\u53d6\u5f97\r\n    If Now() &gt; TimeLimit Then Exit Do  '\u5236\u9650\u6642\u9593\u3092\u904e\u304e\u305f\u3089\u8131\u30eb\u30fc\u30d7\r\n    Sleep 1000&amp;\r\n    DoEvents\r\n  Loop While btnState &lt;&gt; 0&amp;\r\n  Sleep 1000&amp;\r\n\r\n  SendMessage hApp, WM_COMMAND, &amp;HFF01, 0&amp; '\u5de6\u30a6\u30a3\u30f3\u30c9\u30a6\u9078\u629e\r\n  'SendMessage hApp, WM_COMMAND, &amp;HE104, 0&amp; '\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\r\n  PostMessage hApp, WM_COMMAND, &amp;HE104, 0&amp; '\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\r\n  If OperateSaveAsDialog(SaveFilePath1) = 0&amp; Then\r\n    MsgBox &quot;\u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbExclamation + vbSystemModal\r\n    Exit Sub\r\n  End If\r\n  Sleep 2000&amp; '\u4fdd\u5b58\u51e6\u7406\u5f85\u3061\r\n\r\n  SendMessage hApp, WM_COMMAND, &amp;HFF00, 0&amp; '\u53f3\u30a6\u30a3\u30f3\u30c9\u30a6\u9078\u629e\r\n  'SendMessage hApp, WM_COMMAND, &amp;HE104, 0&amp; '\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\r\n  PostMessage hApp, WM_COMMAND, &amp;HE104, 0&amp; '\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\r\n  If OperateSaveAsDialog(SaveFilePath2) = 0&amp; Then\r\n    MsgBox &quot;\u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbExclamation + vbSystemModal\r\n    Exit Sub\r\n  End If\r\n  Sleep 2000&amp; '\u4fdd\u5b58\u51e6\u7406\u5f85\u3061\r\n  \r\n  SendMessage hApp, WM_COMMAND, &amp;HE141, 0&amp; '\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7d42\u4e86\r\nEnd Sub\r\n\r\nPrivate Sub FileContentCopy(ByVal FilePath As String)\r\n'\u6587\u66f8\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3044\u3066\u5185\u5bb9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\r\n  With Application.Documents.Open(FileName:=FilePath, ReadOnly:=True)\r\n    .Content.Copy\r\n    .Close wdDoNotSaveChanges\r\n  End With\r\nEnd Sub\r\n\r\nPrivate Sub OperateSeparatorDialog()\r\n'\u4e0d\u9069\u5207\u306a\u533a\u5207\u308a\u6587\u5b57\u30c0\u30a4\u30a2\u30ed\u30b0\u5236\u5fa1\r\n  Dim hDlg As Long\r\n  Dim hSta As Long\r\n  Dim hBtn As Long\r\n  Dim s As String\r\n  Dim buf As String * 255\r\n  \r\n  hDlg = FindWindowEx(0&amp;, 0&amp;, &quot;#32770&quot;, &quot;ChawChaw&quot;)\r\n  'Debug.Print Hex(hDlg)\r\n  If hDlg = 0&amp; Then Exit Sub\r\n  hSta = FindWindowEx(hDlg, 0&amp;, &quot;Static&quot;, vbNullString)\r\n  hSta = FindWindowEx(hDlg, hSta, &quot;Static&quot;, vbNullString)\r\n  If hSta = 0&amp; Then Exit Sub\r\n  GetWindowText hSta, buf, Len(buf)\r\n  s = Left$(buf, InStr(buf, vbNullChar) - 1&amp;)\r\n  If InStr(s, &quot;\u4e0d\u9069\u5207\u306a\u533a\u5207\u308a\u6587\u5b57\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059&quot;) Then\r\n    hBtn = FindWindowEx(hDlg, 0&amp;, &quot;Button&quot;, &quot;\u306f\u3044(&amp;Y)&quot;)\r\n    SendMessage hDlg, WM_COMMAND, &amp;H6, hBtn '\u306f\u3044(&amp;Y)\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\r\n    'hBtn = FindWindowEx(hDlg, 0&amp;, &quot;Button&quot;, &quot;\u3044\u3044\u3048(&amp;N)&quot;)\r\n    'SendMessage hDlg, WM_COMMAND, &amp;H7, hBtn '\u3044\u3044\u3048(&amp;N)\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\r\n  End If\r\nEnd Sub\r\n\r\nPrivate Function FindChawChawWindow() As Long\r\n'\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u30cf\u30f3\u30c9\u30eb\u53d6\u5f97\r\n  Dim TimeLimit As Date\r\n  Dim h As Long\r\n  \r\n  h = 0&amp; '\u521d\u671f\u5316\r\n  TimeLimit = DateAdd(&quot;s&quot;, 2, Now())  '\u30eb\u30fc\u30d7\u306e\u5236\u9650\u6642\u9593:2\u79d2\r\n  Do\r\n    h = FindWindowEx(0&amp;, 0&amp;, vbNullString, &quot;\u3061\u3083\u3046\u3061\u3083\u3046\uff01&quot;)\r\n    If Now() &gt; TimeLimit Then Exit Do  '\u5236\u9650\u6642\u9593\u3092\u904e\u304e\u305f\u3089\u8131\u30eb\u30fc\u30d7\r\n    DoEvents\r\n  Loop While h = 0&amp;\r\n  FindChawChawWindow = h\r\nEnd Function\r\n\r\nPrivate Function OperateSaveAsDialog(ByVal FilePath As String) As Long\r\n'\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\u30c0\u30a4\u30a2\u30ed\u30b0\u5236\u5fa1\r\n  Dim TimeLimit As Date\r\n  Dim hDlg As Long\r\n  Dim hBtn As Long\r\n  Dim ret As Long\r\n  \r\n  ret = -1&amp; '\u521d\u671f\u5316\r\n  TimeLimit = DateAdd(&quot;s&quot;, 5, Now())  '\u30eb\u30fc\u30d7\u306e\u5236\u9650\u6642\u9593:5\u79d2\r\n  Do\r\n    hDlg = FindWindowEx(0&amp;, 0&amp;, &quot;#32770&quot;, &quot;Save As&quot;)\r\n    If Now() &gt; TimeLimit Then Exit Do  '\u5236\u9650\u6642\u9593\u3092\u904e\u304e\u305f\u3089\u8131\u30eb\u30fc\u30d7\r\n    DoEvents\r\n  Loop While hDlg = 0&amp;\r\n  If hDlg = 0&amp; Then GoTo FncErr:\r\n  hBtn = FindWindowEx(hDlg, 0&amp;, &quot;Button&quot;, &quot;\u4fdd\u5b58(&amp;S)&quot;)\r\n  If hBtn = 0&amp; Then GoTo FncErr:\r\n  Sleep 500&amp;\r\n  SendDlgItemMessage hDlg, &amp;H47C, WM_SETTEXT, 0&amp;, FilePath '\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u30bb\u30c3\u30c8\r\n  'SendMessage hDlg, WM_COMMAND, &amp;H1, hBtn '\u4fdd\u5b58\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\r\n  PostMessage hDlg, WM_COMMAND, &amp;H1, hBtn '\u4fdd\u5b58\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\r\n\r\nFncExit:\r\n  OperateSaveAsDialog = ret\r\n  Exit Function\r\n  \r\nFncErr:\r\n  ret = 0&amp;\r\n  GoTo FncExit:\r\nEnd Function<\/pre>\n<p>\u4e0a\u8a18\u30b3\u30fc\u30c9\u3092\u52d5\u4f5c\u3055\u305b\u308b\u6761\u4ef6\u3068\u3057\u3066\u3001\u4e8b\u524d\u306b\u4e0b\u8a182\u70b9\u306e\u4f5c\u696d\u3092\u884c\u3063\u3066\u304a\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p><span style=\"color: #ff0000; font-weight: bold;\">\u30fb\u4e8b\u524d\u306b\u30e9\u30a4\u30bb\u30f3\u30b9\u767b\u9332(\u7121\u6599)\u3092\u3057\u3001\u8d77\u52d5\u6642\u306b\u30c0\u30a4\u30a2\u30ed\u30b0\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3002<\/span><br \/>\n<span style=\"color: #ff0000; font-weight: bold;\">\u30fb\u4e8b\u524d\u306b&#8221;\u6bd4\u8f03\u306e\u8a2d\u5b9a&#8221;\u3092\u3057\u3066\u304a\u304f\u3002<\/span><\/p>\n<p>\u307e\u305f\u3001\u4e0a\u8a18\u30b3\u30fc\u30c9\u306f\u3042\u304f\u307e\u3067\u3082&#8221;<strong>\u7121\u7406\u3084\u308a<\/strong>&#8220;\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u306e\u64cd\u4f5c\u3092\u884c\u3063\u3066\u3044\u308b\u3082\u306e\u3067\u3001\u305d\u306e<span style=\"color: #ff0000; font-weight: bold;font-size: x-large;\">\u52d5\u4f5c\u306e\u6b63\u78ba\u6027\u306f\u4e00\u5207\u4fdd\u8a3c\u3067\u304d\u307e\u305b\u3093<\/span>\u306e\u3067\u3001\u4e88\u3081\u3054\u4e86\u627f\u304f\u3060\u3055\u3044\u3002<\/p>\n<p>\u4e0a\u8a18\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u3068\u540c\u3058\u5834\u6240\u306b\u300c<strong>[ChawChawed](\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u540d).rtf<\/strong>\u300d\u3068\u3044\u3046\u5f62\u3067\u6bd4\u8f03\u7d50\u679c\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002<\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/CompareDocumentChawChaw_01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/CompareDocumentChawChaw_01-150x150.jpg\" alt=\"\" title=\"CompareDocumentChawChaw_01\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-1335\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/CompareDocumentChawChaw_01-150x150.jpg 150w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/CompareDocumentChawChaw_01-75x75.jpg 75w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/p>\n<p>\u4e0a\u8a18&#8221;<strong>Sample<\/strong>&#8220;\u306e\u3088\u3046\u306b\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u6bd4\u8f03\u3092\u9023\u7d9a\u3057\u3066\u884c\u3046\u5834\u5408\u306b\u306f\u3001\u4e0a\u8a18\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u306b\u4f7f\u3048\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<br \/>\n\u4e0a\u8a18\u3067\u306f\u30b5\u30f3\u30d7\u30eb\u3068\u3057\u3066\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u304c\u3001Word\u3067\u958b\u3051\u308b\u6587\u66f8\u3067\u3042\u308c\u3070\u826f\u3044\u306e\u3067\u3001\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u306a\u304f\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<p>\u5b9f\u306f\u4e0a\u8a18\u30b3\u30fc\u30c9\u306f\u6570\u5e74\u524d\u306b\u66f8\u3044\u305f\u3082\u306e\u306a\u306e\u3067\u3059\u304c\u3001\u4eca\u65e5\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u7406\u3092\u3057\u3066\u3044\u305f\u3089\u305f\u307e\u305f\u307e\u51fa\u3066\u304d\u3066\u3001Windows 7\u3067\u52d5\u304b\u3057\u3066\u307f\u305f\u3089\u554f\u984c\u7121\u304f\u52d5\u3044\u305f\u306e\u3067\u3001\u307b\u307c\u305d\u306e\u307e\u307e\u30d6\u30ed\u30b0\u306b\u8f09\u305b\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<p>\u788c\u306b\u4fee\u6b63\u3084\u52d5\u4f5c\u78ba\u8a8d\u3092\u3057\u3066\u3044\u307e\u305b\u3093\u306e\u3067\u3001\u7d50\u69cb\u7a74\u304c\u3042\u308b\u3060\u308d\u3046\u3068\u601d\u3044\u307e\u3059\u3002<br \/>\n\u4e00\u5fdc\u30b3\u30fc\u30c9\u3092\u66f8\u3044\u305f\u74b0\u5883\u3067\u3042\u308bWindows XP + Word 2003\u3068Windows 7 + Word 2010\u3067\u306e\u52d5\u4f5c\u306f\u78ba\u8a8d\u3057\u307e\u3057\u305f\u304c\u3001\u305d\u308c\u4ee5\u5916\u306e\u74b0\u5883\u3067\u306f\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3063\u3066\u3044\u307e\u305b\u3093\u3002<\/p>\n<p>\u307e\u305f\u300164\u30d3\u30c3\u30c8\u74b0\u5883\u3067\u306f\u30c6\u30b9\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u306e\u3067\u300164\u30d3\u30c3\u30c8\u7248\u306eWord\u308464\u30d3\u30c3\u30c8\u7248\u306e\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u3067\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b\u306f\u3001\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u30b3\u30fc\u30c9\u3092\u4fee\u6b63\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<h4>\u25a0 \u95a2\u9023Web\u30da\u30fc\u30b8<\/h4>\n<p><strong>\u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002<\/strong><br \/>\n<a href=\"\/\/www.ka-net.org\/blog\/?p=4724\" title=\"\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\/\/www.ka-net.org\/blog\/?p=4724<\/a><br \/>\n<strong>\u30fb2\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed<\/strong><br \/>\n<a href=\"\/\/www.ka-net.org\/blog\/?p=4734\" title=\"2\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\/\/www.ka-net.org\/blog\/?p=4734<\/a><br \/>\n<strong>\u30fb\u3061\u3083\u3046\u3061\u3083\u3046\uff01 2.0\u3092\u64cd\u4f5c\u3059\u308bWord\u30de\u30af\u30ed<\/strong><br \/>\n<a href=\"\/\/www.ka-net.org\/blog\/?p=4931\" title=\"\u3061\u3083\u3046\u3061\u3083\u3046\uff01 2.0\u3092\u64cd\u4f5c\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\/\/www.ka-net.org\/blog\/?p=4931<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \/\/www.ka-net.org\/blog\/?p=4724 2\u3064\u306e\u30c6\u30ad\u30b9\u30c8 [&hellip;]","protected":false},"author":1,"featured_media":7134,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[4,49],"tags":[11,45,85],"class_list":["post-1334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office","category-word-office","tag-office-2","tag-word-","tag-word-vba-2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<meta name=\"keywords\" content=\"office,word \u30de\u30af\u30ed,word vba\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=1334\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=1334\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-02-28T05:40:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-10-01T05:03:35+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#article\",\"name\":\"\\u300c\\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\\uff01\\u300d\\u30672\\u3064\\u306e\\u6587\\u66f8\\u3092\\u6bd4\\u8f03\\u3059\\u308bWord\\u30de\\u30af\\u30ed | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"\\u300c\\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\\uff01\\u300d\\u30672\\u3064\\u306e\\u6587\\u66f8\\u3092\\u6bd4\\u8f03\\u3059\\u308bWord\\u30de\\u30af\\u30ed\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-Word.png\",\"width\":790,\"height\":480},\"datePublished\":\"2012-02-28T14:40:24+09:00\",\"dateModified\":\"2014-10-01T14:03:35+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#webpage\"},\"articleSection\":\"Office\\u95a2\\u9023, Word, Office, Word \\u30de\\u30af\\u30ed, Word VBA\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"position\":2,\"name\":\"Office\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=49#listItem\",\"name\":\"Word\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=49#listItem\",\"position\":3,\"name\":\"Word\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=49\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#listItem\",\"name\":\"\\u300c\\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\\uff01\\u300d\\u30672\\u3064\\u306e\\u6587\\u66f8\\u3092\\u6bd4\\u8f03\\u3059\\u308bWord\\u30de\\u30af\\u30ed\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#listItem\",\"position\":4,\"name\":\"\\u300c\\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\\uff01\\u300d\\u30672\\u3064\\u306e\\u6587\\u66f8\\u3092\\u6bd4\\u8f03\\u3059\\u308bWord\\u30de\\u30af\\u30ed\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=49#listItem\",\"name\":\"Word\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334\",\"name\":\"\\u300c\\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\\uff01\\u300d\\u30672\\u3064\\u306e\\u6587\\u66f8\\u3092\\u6bd4\\u8f03\\u3059\\u308bWord\\u30de\\u30af\\u30ed | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"2014\\\/08\\\/10 \\u8ffd\\u8a18\\uff1a \\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\\uff01\\u304c\\u30d0\\u30fc\\u30b8\\u30e7\\u30f3\\u30a2\\u30c3\\u30d7\\u3055\\u308c\\u307e\\u3057\\u305f\\u3002 \\u30fb\\u30c6\\u30ad\\u30b9\\u30c8\\u6bd4\\u8f03\\u30bd\\u30d5\\u30c8\\u300c\\u3061\\u3083\\u3046\\u3061\\u3083\\u3046\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-Word.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=1334#mainImage\"},\"datePublished\":\"2012-02-28T14:40:24+09:00\",\"dateModified\":\"2014-10-01T14:03:35+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=1334","robots":"max-image-preview:large","keywords":"office,word \u30de\u30af\u30ed,word vba","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#article","name":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Word.png","width":790,"height":480},"datePublished":"2012-02-28T14:40:24+09:00","dateModified":"2014-10-01T14:03:35+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#webpage"},"articleSection":"Office\u95a2\u9023, Word, Office, Word \u30de\u30af\u30ed, Word VBA"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","position":2,"name":"Office\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=4","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=49#listItem","name":"Word"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=49#listItem","position":3,"name":"Word","item":"https:\/\/www.ka-net.org\/blog\/?cat=49","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#listItem","name":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#listItem","position":4,"name":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=49#listItem","name":"Word"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=1334","name":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Word.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=1334\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=1334#mainImage"},"datePublished":"2012-02-28T14:40:24+09:00","dateModified":"2014-10-01T14:03:35+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046","og:url":"https:\/\/www.ka-net.org\/blog\/?p=1334","article:published_time":"2012-02-28T05:40:24+00:00","article:modified_time":"2014-10-01T05:03:35+00:00","twitter:card":"summary","twitter:title":"\u300c\u3061\u3083\u3046\u3061\u3083\u3046\uff01\u300d\u30672\u3064\u306e\u6587\u66f8\u3092\u6bd4\u8f03\u3059\u308bWord\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"2014\/08\/10 \u8ffd\u8a18\uff1a \u3061\u3083\u3046\u3061\u3083\u3046\uff01\u304c\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002 \u30fb\u30c6\u30ad\u30b9\u30c8\u6bd4\u8f03\u30bd\u30d5\u30c8\u300c\u3061\u3083\u3046\u3061\u3083\u3046"},"aioseo_meta_data":{"post_id":"1334","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 07:02:43","updated":"2022-09-14 03:23:20","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Word.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-lw","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1334"}],"version-history":[{"count":8,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1334\/revisions"}],"predecessor-version":[{"id":4935,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1334\/revisions\/4935"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7134"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}