{"id":5056,"date":"2014-10-24T16:39:23","date_gmt":"2014-10-24T07:39:23","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=5056"},"modified":"2014-10-24T16:39:23","modified_gmt":"2014-10-24T07:39:23","slug":"%e3%80%8c%e3%82%af%e3%82%a4%e3%83%83%e3%82%af%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e3%83%84%e3%83%bc%e3%83%ab%e3%83%90%e3%83%bc%e3%81%8b%e3%82%89powerpoint%e3%83%9e%e3%82%af%e3%83%ad%e3%82%92%e5%ae%9f","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=5056","title":{"rendered":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9"},"content":{"rendered":"<p>2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c<a href=\"\/\/www.ka-net.org\/blog\/?p=1636\" title=\"\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u306e\u7d39\u4ecb\" target=\"_blank\">\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u306e\u7d39\u4ecb<\/a>\u300d\u306b\u5bfe\u3057\u3066\u3001\u30a2\u30c9\u30a4\u30f3\u306e\u30b3\u30fc\u30c9\u3092\u898b\u305f\u3044\u3068\u3044\u3046\u30b3\u30e1\u30f3\u30c8\u304c\u3042\u3063\u305f\u306e\u3067\u3001\u30b3\u30fc\u30c9\u3092\u305d\u306e\u307e\u307e\u8f09\u305b\u308b\u3053\u3068\u306b\u3057\u307e\u3059\u3002<\/p>\n<p><strong>\u30fb\u30ea\u30dc\u30f3XML<\/strong><\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\r\n&lt;customUI xmlns=&quot;http:\/\/schemas.microsoft.com\/office\/2006\/01\/customui&quot;&gt;\r\n  &lt;ribbon&gt;\r\n    &lt;tabs&gt;\r\n      &lt;tab id=&quot;tabCallProc&quot; label=&quot;\u30de\u30af\u30ed\u547c\u51fa&quot; visible=&quot;false&quot;&gt;\r\n        &lt;group id=&quot;grpCallProc&quot; label=&quot;\u30de\u30af\u30ed\u547c\u51fa&quot;&gt;\r\n          &lt;dynamicMenu id=&quot;dmuCallProc&quot; label=&quot;\u30de\u30af\u30ed\u547c\u51fa&quot; imageMso=&quot;VisualBasic&quot; size=&quot;normal&quot; screentip=&quot;\u30de\u30af\u30ed\u547c\u51fa\u30e1\u30cb\u30e5\u30fc&quot; supertip=&quot;\u767b\u9332\u3055\u308c\u305f\u30a2\u30c9\u30a4\u30f3\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002&quot; getContent=&quot;dmuCallProc_getContent&quot; \/&gt;\r\n        &lt;\/group&gt;\r\n      &lt;\/tab&gt;\r\n    &lt;\/tabs&gt;\r\n  &lt;\/ribbon&gt;\r\n&lt;\/customUI&gt;<\/pre>\n<p><strong>\u30fb\u6a19\u6e96\u30e2\u30b8\u30e5\u30fc\u30eb<\/strong><\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPublic Sub dmuCallProc_getContent(control As IRibbonControl, ByRef returnedVal)\r\n  Dim DataFilePath As String\r\n  Dim buf As String\r\n  Dim ff As Integer\r\n  Dim d As Object\r\n  Dim elmMenu As Object\r\n  Dim elmButton As Object\r\n  Dim v As Variant\r\n  Dim i As Long\r\n  Dim j As Long\r\n  \r\n  Const MyAddInName As String = &quot;CallProcAddin&quot; '\u3053\u306e\u30a2\u30c9\u30a4\u30f3\u540d\r\n  Const DataFileName As String = &quot;macrodat.txt&quot; '\u30de\u30af\u30ed\u30c7\u30fc\u30bf\u540d\r\n  Const BtnID As String = &quot;btnCallProc&quot;\r\n  \r\n  On Error Resume Next\r\n  If Application.AddIns(MyAddInName).Loaded &lt;&gt; msoTrue Then\r\n    MsgBox &quot;\u30a2\u30c9\u30a4\u30f3\u304c\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002&quot; &amp; vbCrLf &amp; &quot;\u51e6\u7406\u3092\u4e2d\u6b62\u3057\u307e\u3059\u3002&quot;, vbCritical + vbSystemModal\r\n    Exit Sub\r\n  End If\r\n  On Error GoTo 0\r\n  \r\n  DataFilePath = Application.AddIns(MyAddInName).Path\r\n  If Right$(DataFilePath, 1) &lt;&gt; &quot;\\&quot; Then DataFilePath = DataFilePath &amp; &quot;\\&quot;\r\n  DataFilePath = DataFilePath &amp; DataFileName\r\n  Set d = CreateObject(&quot;Msxml2.DOMDocument&quot;)\r\n  Set elmMenu = d.createElement(&quot;menu&quot;)\r\n  elmMenu.setAttribute &quot;xmlns&quot;, &quot;http:\/\/schemas.microsoft.com\/office\/2006\/01\/customui&quot;\r\n  elmMenu.setAttribute &quot;itemSize&quot;, &quot;normal&quot;\r\n  If Len(Dir$(DataFilePath)) &lt; 1 Then\r\n    Set elmButton = d.createElement(&quot;button&quot;)\r\n    With elmButton\r\n      .setAttribute &quot;id&quot;, BtnID\r\n      .setAttribute &quot;label&quot;, &quot;\u30de\u30af\u30ed\u30c7\u30fc\u30bf\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002&quot;\r\n      .setAttribute &quot;imageMso&quot;, &quot;QueryRunQuery&quot;\r\n      .setAttribute &quot;screentip&quot;, &quot;\u30de\u30af\u30ed\u30c7\u30fc\u30bf\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002&quot;\r\n      .setAttribute &quot;supertip&quot;, &quot;&#x5B;&quot; &amp; DataFilePath &amp; &quot;]\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002&quot;\r\n    End With\r\n    elmMenu.appendChild elmButton\r\n    Set elmButton = Nothing\r\n  Else\r\n    i = 1: j = 1 '\u521d\u671f\u5316\r\n    ff = FreeFile\r\n    Open DataFilePath For Input As #ff\r\n    Do Until EOF(ff)\r\n      Line Input #ff, buf\r\n      If Len(buf) &gt; 0 Then\r\n        v = Split(buf, &quot;;&quot;)\r\n        'Debug.Print &quot;AddInName:&quot; &amp; v(0), &quot;Caption:&quot; &amp; v(1), &quot;MacroName:&quot; &amp; v(2)\r\n        If j &gt; 9 Then j = 1\r\n        Set elmButton = d.createElement(&quot;button&quot;)\r\n        With elmButton\r\n          .setAttribute &quot;id&quot;, BtnID &amp; CStr(i)\r\n          .setAttribute &quot;label&quot;, v(1) &amp; &quot;(&quot; &amp; ChrW(38) &amp; CStr(j) &amp; &quot;)&quot;\r\n          .setAttribute &quot;imageMso&quot;, &quot;MacroRun&quot;\r\n          .setAttribute &quot;screentip&quot;, &quot;\u30a2\u30c9\u30a4\u30f3\u540d:&quot; &amp; v(0)\r\n          .setAttribute &quot;supertip&quot;, &quot;\u30de\u30af\u30ed\u540d:&quot; &amp; v(2)\r\n          .setAttribute &quot;tag&quot;, v(0) &amp; &quot;|&quot; &amp; v(2)\r\n          .setAttribute &quot;onAction&quot;, BtnID &amp; &quot;_onAction&quot;\r\n        End With\r\n        elmMenu.appendChild elmButton\r\n        Set elmButton = Nothing\r\n        i = i + 1\r\n        j = j + 1\r\n      End If\r\n    Loop\r\n    Close #ff\r\n  End If\r\n  d.appendChild elmMenu\r\n  returnedVal = d.XML\r\nEnd Sub\r\n\r\nPublic Sub btnCallProc_onAction(control As IRibbonControl)\r\n  Dim v As Variant\r\n  \r\n  On Error Resume Next\r\n  v = Split(control.Tag, &quot;|&quot;)\r\n  Application.Run v(0) &amp; &quot;!&quot; &amp; v(1)\r\n  If Err.Number &lt;&gt; 0 Then\r\n    MsgBox &quot;\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002&quot; &amp; vbCrLf &amp; vbCrLf &amp; _\r\n           &quot;\u30a8\u30e9\u30fcNo:&quot; &amp; Err.Number &amp; vbCrLf &amp; _\r\n           &quot;\u30a8\u30e9\u30fc\u60c5\u5831\uff1a&quot; &amp; Err.Description, vbCritical + vbSystemModal\r\n    Err.Clear\r\n  End If\r\n  On Error GoTo 0\r\nEnd Sub<\/pre>\n<p>\u4e45\u3057\u3076\u308a\u306b\u5f15\u3063\u5f35\u308a\u51fa\u3057\u3066\u304d\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u306e\u3067\u3001\u4e0a\u8a18\u30b3\u30fc\u30c9\u304c\u6700\u65b0\u7248\u304b\u3069\u3046\u304b\u306f\u5206\u304b\u308a\u307e\u305b\u3093\u304c(^^; \u3001\u57fa\u672c\u7684\u306a\u4ed5\u7d44\u307f\u306f\u5909\u308f\u3063\u3066\u3044\u306a\u3044\u306f\u305a\u3067\u3059\u3002<\/p>\n<p>dynamicMenu\u8981\u7d20\u306egetContent\u5c5e\u6027\u306e\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u3067\u52d5\u7684\u306bXML\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3001\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306b\u8a18\u8ff0\u3055\u308c\u305f\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u5f62\u3067\u3059\u306d\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u306e\u7d39\u4ecb\u300d\u306b\u5bfe\u3057\u3066\u3001\u30a2\u30c9\u30a4\u30f3\u306e\u30b3\u30fc\u30c9\u3092\u898b\u305f\u3044\u3068\u3044\u3046\u30b3\u30e1\u30f3\u30c8\u304c\u3042\u3063\u305f\u306e\u3067\u3001\u30b3\u30fc\u30c9\u3092\u305d\u306e\u307e\u307e\u8f09\u305b\u308b\u3053 [&hellip;]","protected":false},"author":1,"featured_media":7130,"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":"\u9700\u8981\u304c\u3042\u308b\u306e\u304b\u8b0e\u306a\u30de\u30af\u30ed\u3067\u3059\u3002 [\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"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,1,58],"tags":[],"class_list":["post-5056","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office","category-ribbon","category-powerpoint"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\" \/>\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<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=5056\" \/>\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\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=5056\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-10-24T07:39:23+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-10-24T07:39:23+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\" \/>\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=5056#article\",\"name\":\"\\u300c\\u30af\\u30a4\\u30c3\\u30af\\u30a2\\u30af\\u30bb\\u30b9\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u304b\\u3089PowerPoint\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u30a2\\u30c9\\u30a4\\u30f3\\u300d\\u306e\\u30b3\\u30fc\\u30c9 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"\\u300c\\u30af\\u30a4\\u30c3\\u30af\\u30a2\\u30af\\u30bb\\u30b9\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u304b\\u3089PowerPoint\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u30a2\\u30c9\\u30a4\\u30f3\\u300d\\u306e\\u30b3\\u30fc\\u30c9\",\"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-Ribbon.png\",\"width\":790,\"height\":480},\"datePublished\":\"2014-10-24T16:39:23+09:00\",\"dateModified\":\"2014-10-24T16:39:23+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056#webpage\"},\"articleSection\":\"Office\\u95a2\\u9023, \\u30ea\\u30dc\\u30f3\\u95a2\\u9023, PowerPoint\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056#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=58#listItem\",\"name\":\"PowerPoint\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58#listItem\",\"position\":3,\"name\":\"PowerPoint\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056#listItem\",\"name\":\"\\u300c\\u30af\\u30a4\\u30c3\\u30af\\u30a2\\u30af\\u30bb\\u30b9\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u304b\\u3089PowerPoint\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u30a2\\u30c9\\u30a4\\u30f3\\u300d\\u306e\\u30b3\\u30fc\\u30c9\"},\"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=5056#listItem\",\"position\":4,\"name\":\"\\u300c\\u30af\\u30a4\\u30c3\\u30af\\u30a2\\u30af\\u30bb\\u30b9\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u304b\\u3089PowerPoint\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u30a2\\u30c9\\u30a4\\u30f3\\u300d\\u306e\\u30b3\\u30fc\\u30c9\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58#listItem\",\"name\":\"PowerPoint\"}}]},{\"@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=5056#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=5056#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056\",\"name\":\"\\u300c\\u30af\\u30a4\\u30c3\\u30af\\u30a2\\u30af\\u30bb\\u30b9\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u304b\\u3089PowerPoint\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u30a2\\u30c9\\u30a4\\u30f3\\u300d\\u306e\\u30b3\\u30fc\\u30c9 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"2\\u5e74\\u307b\\u3069\\u524d\\u306b\\u66f8\\u3044\\u305fPowerPoint\\u30de\\u30af\\u30ed\\u306e\\u8a18\\u4e8b\\u300c\\u30af\\u30a4\\u30c3\\u30af\\u30a2\\u30af\\u30bb\\u30b9\\u30c4\\u30fc\\u30eb\\u30d0\\u30fc\\u304b\\u3089PowerPoint\\u30de\\u30af\\u30ed\\u3092\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056#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-Ribbon.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5056#mainImage\"},\"datePublished\":\"2014-10-24T16:39:23+09:00\",\"dateModified\":\"2014-10-24T16:39:23+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\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=5056","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#article","name":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9","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-Ribbon.png","width":790,"height":480},"datePublished":"2014-10-24T16:39:23+09:00","dateModified":"2014-10-24T16:39:23+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#webpage"},"articleSection":"Office\u95a2\u9023, \u30ea\u30dc\u30f3\u95a2\u9023, PowerPoint"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#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=58#listItem","name":"PowerPoint"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=58#listItem","position":3,"name":"PowerPoint","item":"https:\/\/www.ka-net.org\/blog\/?cat=58","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#listItem","name":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9"},"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=5056#listItem","position":4,"name":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=58#listItem","name":"PowerPoint"}}]},{"@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=5056#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=5056#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=5056","name":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#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-Ribbon.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=5056\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5056#mainImage"},"datePublished":"2014-10-24T16:39:23+09:00","dateModified":"2014-10-24T16:39:23+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\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092","og:url":"https:\/\/www.ka-net.org\/blog\/?p=5056","article:published_time":"2014-10-24T07:39:23+00:00","article:modified_time":"2014-10-24T07:39:23+00:00","twitter:card":"summary","twitter:title":"\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30c9\u30a4\u30f3\u300d\u306e\u30b3\u30fc\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"2\u5e74\u307b\u3069\u524d\u306b\u66f8\u3044\u305fPowerPoint\u30de\u30af\u30ed\u306e\u8a18\u4e8b\u300c\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9\u30c4\u30fc\u30eb\u30d0\u30fc\u304b\u3089PowerPoint\u30de\u30af\u30ed\u3092"},"aioseo_meta_data":{"post_id":"5056","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":[]},"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:10:16","updated":"2022-09-14 02:26:44","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-Ribbon.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-1jy","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5056","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=5056"}],"version-history":[{"count":1,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5056\/revisions"}],"predecessor-version":[{"id":5057,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5056\/revisions\/5057"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7130"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5056"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5056"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}