{"id":6399,"date":"2015-11-04T16:09:11","date_gmt":"2015-11-04T07:09:11","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=6399"},"modified":"2015-11-04T16:09:11","modified_gmt":"2015-11-04T07:09:11","slug":"%e3%83%aa%e3%83%9c%e3%83%b3%e3%83%bb%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4%e3%82%badynamicmenu%e8%a6%81%e7%b4%a0%e3%81%8b%e3%82%89%e4%bb%bb%e6%84%8f%e3%81%ae%e3%83%9e%e3%82%af%e3%83%ad","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=6399","title":{"rendered":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002"},"content":{"rendered":"<p><a href=\"\/\/www.ka-net.org\/index.html\" title=\"Office 2007\/2010\u30fb\u30ea\u30dc\u30f3\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">HP<\/a>\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002<\/p>\n<blockquote><p>\u300c<a href=\"\/\/www.ka-net.org\/ribbon\/ri70.html\" title=\"\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\" target=\"_blank\">\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b<\/a>\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092\u898b\u305f\u3068\u3053\u308d\u3001\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3\u30ea\u30b9\u30c8\u306e\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u308c\u3089\u306f1\u30641\u3064\u306b\u5225\u306e\u52d5\u4f5c\u3092\u6307\u793a\u3057\u305fVBA\u3092\u767b\u9332\u3067\u304d\u308b\u3088\u3046\u306b\u3067\u304d\u307e\u3059\u3067\u3057\u3087\u3046\u304b\uff1f<\/p><\/blockquote>\n<p>dynamicMenu\u8981\u7d20\u306egetContent\u5c5e\u6027\u3092\u4f7f\u3063\u3066\u52d5\u7684\u306b\u30e1\u30cb\u30e5\u30fc\u3092\u8aad\u307f\u8fbc\u307f\u3001\u305d\u306e\u5b50\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3057\u305f\u3044\u3001\u3068\u3044\u3046\u3053\u3068\u3060\u3068\u601d\u3044\u307e\u3059\u304c\u3001\u3053\u308c\u306f\u5b50\u8981\u7d20\u306e<span style=\"color: #ff0000; font-weight: bold;\">onAction<\/span>\u5c5e\u6027\u3067\u5bfe\u5fdc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<h4 class=\"style4a\">\u30ea\u30dc\u30f3XML<\/h4>\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;tabSample&quot; label=&quot;Sample Tab&quot;&gt;\r\n        &lt;group id=&quot;grpSample&quot; label=&quot;Sample Group&quot;&gt;\r\n          &lt;dynamicMenu id=&quot;dmuSample&quot; label=&quot;Sample Menu&quot; imageMso=&quot;HappyFace&quot; size=&quot;large&quot; getContent=&quot;dmuSample_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<h4 class=\"style4a\">\u6a19\u6e96\u30e2\u30b8\u30e5\u30fc\u30eb<\/h4>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPublic Sub dmuSample_getContent(control As IRibbonControl, ByRef returnedVal)\r\n  returnedVal = GetContents()\r\nEnd Sub\r\n\r\nPublic Sub btnSample1_onAction(control As IRibbonControl)\r\n'&#x5B;btnSample1]\u304b\u3089\u547c\u3073\u51fa\u3059\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3\r\n  MsgBox &quot;\u3010&quot; &amp; control.ID &amp; &quot;\u3011\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3057\u305f\u3002&quot;, vbInformation + vbSystemModal\r\nEnd Sub\r\n\r\nPublic Sub btnSample2_onAction(control As IRibbonControl)\r\n'&#x5B;btnSample2]\u304b\u3089\u547c\u3073\u51fa\u3059\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3\r\n  MsgBox &quot;&#x5B;&quot; &amp; control.ID &amp; &quot;]\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3057\u305f\u3002&quot;, vbExclamation + vbSystemModal\r\nEnd Sub\r\n\r\nPublic Sub btnSample_onAction(control As IRibbonControl)\r\n  Select Case control.ID 'id\u5c5e\u6027\u306e\u5024\u3067\u51e6\u7406\u5206\u5c90\r\n    Case &quot;btnSample3&quot;\r\n      MsgBox &quot;&#x5B;&quot; &amp; control.ID &amp; &quot;]\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3057\u305f\u306d\uff1f&quot;, vbQuestion + vbSystemModal\r\n    Case &quot;btnSample4&quot;\r\n      MsgBox &quot;\u3042\u306a\u305f\u304c\u30af\u30ea\u30c3\u30af\u3057\u305f\u306e\u306f\u3010&quot; &amp; control.ID &amp; &quot;\u3011\u3067\u3059\u3002&quot;, vbCritical + vbSystemModal\r\n  End Select\r\nEnd Sub\r\n\r\nPrivate Function GetContents() As String\r\n  Dim d As Object\r\n  Dim elmMenu As Object\r\n  Dim elmButton As Object\r\n  \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;large&quot;\r\n  \r\n  Set elmButton = d.createElement(&quot;button&quot;)\r\n  With elmButton\r\n    .setAttribute &quot;id&quot;, &quot;btnSample1&quot;\r\n    .setAttribute &quot;label&quot;, &quot;Button1&quot;\r\n    .setAttribute &quot;imageMso&quot;, &quot;A&quot;\r\n    .setAttribute &quot;onAction&quot;, &quot;btnSample1_onAction&quot; '\u5b9f\u884c\u3059\u308b\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3(\u56fa\u6709)\u3092\u6307\u5b9a\r\n  End With\r\n  elmMenu.appendChild elmButton\r\n  Set elmButton = Nothing\r\n  \r\n  Set elmButton = d.createElement(&quot;button&quot;)\r\n  With elmButton\r\n    .setAttribute &quot;id&quot;, &quot;btnSample2&quot;\r\n    .setAttribute &quot;label&quot;, &quot;Button2&quot;\r\n    .setAttribute &quot;imageMso&quot;, &quot;B&quot;\r\n    .setAttribute &quot;onAction&quot;, &quot;btnSample2_onAction&quot; '\u5b9f\u884c\u3059\u308b\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3(\u56fa\u6709)\u3092\u6307\u5b9a\r\n  End With\r\n  elmMenu.appendChild elmButton\r\n  Set elmButton = Nothing\r\n  \r\n  Set elmButton = d.createElement(&quot;button&quot;)\r\n  With elmButton\r\n    .setAttribute &quot;id&quot;, &quot;btnSample3&quot;\r\n    .setAttribute &quot;label&quot;, &quot;Button3&quot;\r\n    .setAttribute &quot;imageMso&quot;, &quot;C&quot;\r\n    .setAttribute &quot;onAction&quot;, &quot;btnSample_onAction&quot; '\u5b9f\u884c\u3059\u308b\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3(\u5171\u901a)\u3092\u6307\u5b9a\r\n  End With\r\n  elmMenu.appendChild elmButton\r\n  Set elmButton = Nothing\r\n  \r\n  Set elmButton = d.createElement(&quot;button&quot;)\r\n  With elmButton\r\n    .setAttribute &quot;id&quot;, &quot;btnSample4&quot;\r\n    .setAttribute &quot;label&quot;, &quot;Button4&quot;\r\n    .setAttribute &quot;imageMso&quot;, &quot;D&quot;\r\n    .setAttribute &quot;onAction&quot;, &quot;btnSample_onAction&quot; '\u5b9f\u884c\u3059\u308b\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3(\u5171\u901a)\u3092\u6307\u5b9a\r\n  End With\r\n  elmMenu.appendChild elmButton\r\n  Set elmButton = Nothing\r\n  \r\n  d.appendChild elmMenu\r\n  GetContents = d.XML\r\nEnd Function<\/pre>\n<p>\u4e0a\u8a18\u30b3\u30fc\u30c9\u3092\u8a2d\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u3068\u3001\u4e0b\u56f3\u306e\u3088\u3046\u306b\u300c<span style=\"color: #ff0000; font-weight: bold;\">Sample Menu<\/span>\u300d\u304b\u3089\u30dc\u30bf\u30f3\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u3067\u3001\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u547c\u3073\u51fa\u305b\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/dynamicMenu_Sample_01.gif\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/dynamicMenu_Sample_01.gif\" alt=\"dynamicMenu_Sample_01\" width=\"419\" height=\"477\" class=\"alignnone size-full wp-image-6400\" \/><\/a><\/p>\n<p>\u4e0a\u8a18\u6a19\u6e96\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30b3\u30fc\u30c9\u306e\u901a\u308a\u3001\u305d\u308c\u305e\u308c\u306e\u30dc\u30bf\u30f3\u6bce\u306b\u547c\u3073\u51fa\u3059\u30de\u30af\u30ed\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3057(btnSample1,btnSample2)\u3001\u5171\u901a\u306e\u30de\u30af\u30ed\u3092\u547c\u3073\u51fa\u3059\u3088\u3046\u306b\u3057\u3066id\u5c5e\u6027\u306e\u5024(control.ID)\u3067\u51e6\u7406\u3092\u5206\u3051\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059(btnSample3,btnSample4)\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092\u898b\u305f\u3068\u3053\u308d\u3001\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3\u30ea\u30b9\u30c8\u306e\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u308c\u3089\u306f1\u30641\u3064\u306b\u5225\u306e\u52d5\u4f5c\u3092\u6307\u793a\u3057\u305fVBA\u3092\u767b\u9332\u3067\u304d\u308b [&hellip;]","protected":false},"author":1,"featured_media":7130,"comment_status":"open","ping_status":"closed","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,1],"tags":[],"class_list":["post-6399","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office","category-ribbon"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\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=6399\" \/>\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=\"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=6399\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-11-04T07:09:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-11-04T07:09:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\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=6399#article\",\"name\":\"[\\u30ea\\u30dc\\u30f3\\u30fb\\u30ab\\u30b9\\u30bf\\u30de\\u30a4\\u30ba]dynamicMenu\\u8981\\u7d20\\u304b\\u3089\\u4efb\\u610f\\u306e\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u3002 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"[\\u30ea\\u30dc\\u30f3\\u30fb\\u30ab\\u30b9\\u30bf\\u30de\\u30a4\\u30ba]dynamicMenu\\u8981\\u7d20\\u304b\\u3089\\u4efb\\u610f\\u306e\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u3002\",\"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\":\"2015-11-04T16:09:11+09:00\",\"dateModified\":\"2015-11-04T16:09:11+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399#webpage\"},\"articleSection\":\"Office\\u95a2\\u9023, \\u30ea\\u30dc\\u30f3\\u95a2\\u9023\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399#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\\\/?p=6399#listItem\",\"name\":\"[\\u30ea\\u30dc\\u30f3\\u30fb\\u30ab\\u30b9\\u30bf\\u30de\\u30a4\\u30ba]dynamicMenu\\u8981\\u7d20\\u304b\\u3089\\u4efb\\u610f\\u306e\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u3002\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399#listItem\",\"position\":3,\"name\":\"[\\u30ea\\u30dc\\u30f3\\u30fb\\u30ab\\u30b9\\u30bf\\u30de\\u30a4\\u30ba]dynamicMenu\\u8981\\u7d20\\u304b\\u3089\\u4efb\\u610f\\u306e\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u3002\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}}]},{\"@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=6399#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=6399#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399\",\"name\":\"[\\u30ea\\u30dc\\u30f3\\u30fb\\u30ab\\u30b9\\u30bf\\u30de\\u30a4\\u30ba]dynamicMenu\\u8981\\u7d20\\u304b\\u3089\\u4efb\\u610f\\u306e\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\\u3002 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"HP\\u306e\\u304a\\u554f\\u3044\\u5408\\u308f\\u305b\\u30d5\\u30a9\\u30fc\\u30e0\\u304b\\u3089\\u4e0b\\u8a18\\u306e\\u8cea\\u554f\\u304c\\u3042\\u308a\\u307e\\u3057\\u305f\\u3002 \\u300c\\u30e1\\u30cb\\u30e5\\u30fc\\u306e\\u5185\\u5bb9\\u3092\\u52d5\\u7684\\u306b\\u5909\\u66f4\\u3059\\u308b\\u300d\\u306b\\u3042\\u308b\\u30b5\\u30f3\\u30d7\\u30eb\\u753b\\u50cf\\u3092\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399#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=6399\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6399#mainImage\"},\"datePublished\":\"2015-11-04T16:09:11+09:00\",\"dateModified\":\"2015-11-04T16:09:11+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":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=6399","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=6399#article","name":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002","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":"2015-11-04T16:09:11+09:00","dateModified":"2015-11-04T16:09:11+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6399#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6399#webpage"},"articleSection":"Office\u95a2\u9023, \u30ea\u30dc\u30f3\u95a2\u9023"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=6399#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\/?p=6399#listItem","name":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=6399#listItem","position":3,"name":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}}]},{"@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=6399#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=6399#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=6399","name":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6399#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=6399\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6399#mainImage"},"datePublished":"2015-11-04T16:09:11+09:00","dateModified":"2015-11-04T16:09:11+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":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092","og:url":"https:\/\/www.ka-net.org\/blog\/?p=6399","article:published_time":"2015-11-04T07:09:11+00:00","article:modified_time":"2015-11-04T07:09:11+00:00","twitter:card":"summary","twitter:title":"[\u30ea\u30dc\u30f3\u30fb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba]dynamicMenu\u8981\u7d20\u304b\u3089\u4efb\u610f\u306e\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"HP\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e0b\u8a18\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3057\u305f\u3002 \u300c\u30e1\u30cb\u30e5\u30fc\u306e\u5185\u5bb9\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b\u300d\u306b\u3042\u308b\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092"},"aioseo_meta_data":{"post_id":"6399","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:14:22","updated":"2022-09-14 02:39:38","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-1Fd","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/6399","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=6399"}],"version-history":[{"count":1,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/6399\/revisions"}],"predecessor-version":[{"id":6401,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/6399\/revisions\/6401"}],"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=6399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6399"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}