{"id":29,"date":"2011-08-13T00:30:14","date_gmt":"2011-08-12T15:30:14","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=29"},"modified":"2013-08-20T23:48:06","modified_gmt":"2013-08-20T14:48:06","slug":"%e6%97%a2%e5%ad%98%e3%81%ae%e6%a9%9f%e8%83%bd%e3%81%ae%e4%bb%a3%e3%82%8f%e3%82%8a%e3%81%ab%e3%83%9e%e3%82%af%e3%83%ad%e3%82%92%e5%ae%9f%e8%a1%8c%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=29","title":{"rendered":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b"},"content":{"rendered":"<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Over-riding-Default-controls.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Over-riding-Default-controls-300x125.jpg\" alt=\"\" title=\"Over riding Default controls\" width=\"300\" height=\"125\" class=\"alignnone size-medium wp-image-31\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Over-riding-Default-controls-300x125.jpg 300w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Over-riding-Default-controls-290x120.jpg 290w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Over-riding-Default-controls-150x62.jpg 150w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Over-riding-Default-controls.jpg 600w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>\u300c<a title=\"Over riding Default controls in Word using Custom UI editor and VBA\" href=\"http:\/\/social.msdn.microsoft.com\/Forums\/en-CA\/worddev\/thread\/e00ffa2f-ed2c-48d5-b777-26e70c458f81\" target=\"_blank\">Over riding Default controls in Word using Custom UI editor and VBA<\/a>\u300d\u3067\u56de\u7b54\u3057\u305f\u30b3\u30fc\u30c9\u3067\u3059\u3002<\/p>\n<p>&#8220;\u300c\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u300d\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u3068\u304d\u306b\u672c\u6765\u306e\u6a5f\u80fd\u3067\u306f\u306a\u304f\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3057\u305f\u3044&#8221;\u3068\u3044\u3046\u8cea\u554f\u306a\u306e\u3067\u3059\u304c\u3001\u3053\u306e\u51e6\u7406\u3092\u5b9f\u73fe\u3059\u308b\u305f\u3081\u306b\u306f<strong>command<\/strong>\u8981\u7d20\u306e<strong>onAction<\/strong>\u5c5e\u6027\u3092\u4f7f\u3044\u307e\u3059\u3002<br \/>\n<!--more--><br \/>\n<strong>[\u6a19\u6e96\u30e2\u30b8\u30e5\u30fc\u30eb]<\/strong><\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Private Sub office_FileOpen(control As IRibbonControl, ByRef cancelDefault)\r\n If MsgBox(&quot;Do you really open file...?&quot;, vbYesNo) = vbYes Then cancelDefault = False\r\nEnd Sub<\/pre>\n<p><strong>[\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;commands&gt;\r\n  &lt;command idMso=&quot;FileOpen&quot; onAction=&quot;office_FileOpen&quot; \/&gt;\r\n &lt;\/commands&gt;\r\n &lt;ribbon startFromScratch=&quot;true&quot;&gt;\r\n  &lt;qat&gt;\r\n   &lt;sharedControls&gt;\r\n    &lt;button idMso=&quot;FileOpen&quot; screentip=&quot;This is Happy&quot; supertip=&quot;Click here for a happy message&quot; \/&gt;\r\n   &lt;\/sharedControls&gt;\r\n  &lt;\/qat&gt;\r\n &lt;\/ribbon&gt;\r\n&lt;\/customUI&gt;<\/pre>\n<p>\u4e0b\u8a18\u30da\u30fc\u30b8\u3082\u53c2\u8003\u306b\u306a\u308b\u304b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u300c\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u300d<br \/>\n<a href=\"\/\/www.ka-net.org\/ribbon\/ri22.html\" title=\"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\" target=\"_blank\">\/\/www.ka-net.org\/ribbon\/ri22.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"\u300cOver riding Default controls in Word using Custom UI editor and VBA\u300d\u3067\u56de\u7b54\u3057\u305f\u30b3\u30fc\u30c9\u3067\u3059\u3002 &#8220;\u300c\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u300d\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u3068\u304d\u306b\u672c [&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":"","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":[1],"tags":[7,11,12],"class_list":["post-29","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ribbon","tag-ribbon-2","tag-office-2","tag-12"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u300cOver riding Default controls in Word using Custom UI e\" \/>\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=\"\u30ea\u30dc\u30f3,office,\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=29\" \/>\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=\"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"\u300cOver riding Default controls in Word using Custom UI e\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=29\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-08-12T15:30:14+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-08-20T14:48:06+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u300cOver riding Default controls in Word using Custom UI e\" \/>\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=29#article\",\"name\":\"\\u65e2\\u5b58\\u306e\\u6a5f\\u80fd\\u306e\\u4ee3\\u308f\\u308a\\u306b\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"\\u65e2\\u5b58\\u306e\\u6a5f\\u80fd\\u306e\\u4ee3\\u308f\\u308a\\u306b\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\",\"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\":\"2011-08-13T00:30:14+09:00\",\"dateModified\":\"2013-08-20T23:48:06+09:00\",\"inLanguage\":\"ja\",\"commentCount\":15,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#webpage\"},\"articleSection\":\"\\u30ea\\u30dc\\u30f3\\u95a2\\u9023, \\u30ea\\u30dc\\u30f3, Office, \\u30ab\\u30b9\\u30bf\\u30de\\u30a4\\u30ba\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#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=1#listItem\",\"name\":\"\\u30ea\\u30dc\\u30f3\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=1#listItem\",\"position\":2,\"name\":\"\\u30ea\\u30dc\\u30f3\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#listItem\",\"name\":\"\\u65e2\\u5b58\\u306e\\u6a5f\\u80fd\\u306e\\u4ee3\\u308f\\u308a\\u306b\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#listItem\",\"position\":3,\"name\":\"\\u65e2\\u5b58\\u306e\\u6a5f\\u80fd\\u306e\\u4ee3\\u308f\\u308a\\u306b\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=1#listItem\",\"name\":\"\\u30ea\\u30dc\\u30f3\\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=29#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=29#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29\",\"name\":\"\\u65e2\\u5b58\\u306e\\u6a5f\\u80fd\\u306e\\u4ee3\\u308f\\u308a\\u306b\\u30de\\u30af\\u30ed\\u3092\\u5b9f\\u884c\\u3059\\u308b | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"\\u300cOver riding Default controls in Word using Custom UI e\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#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=29\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=29#mainImage\"},\"datePublished\":\"2011-08-13T00:30:14+09:00\",\"dateModified\":\"2013-08-20T23:48:06+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":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u300cOver riding Default controls in Word using Custom UI e","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=29","robots":"max-image-preview:large","keywords":"\u30ea\u30dc\u30f3,office,\u30ab\u30b9\u30bf\u30de\u30a4\u30ba","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=29#article","name":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b","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":"2011-08-13T00:30:14+09:00","dateModified":"2013-08-20T23:48:06+09:00","inLanguage":"ja","commentCount":15,"mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=29#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=29#webpage"},"articleSection":"\u30ea\u30dc\u30f3\u95a2\u9023, \u30ea\u30dc\u30f3, Office, \u30ab\u30b9\u30bf\u30de\u30a4\u30ba"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=29#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=1#listItem","name":"\u30ea\u30dc\u30f3\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=1#listItem","position":2,"name":"\u30ea\u30dc\u30f3\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=29#listItem","name":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=29#listItem","position":3,"name":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=1#listItem","name":"\u30ea\u30dc\u30f3\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=29#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=29#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=29","name":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u300cOver riding Default controls in Word using Custom UI e","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=29#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=29\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=29#mainImage"},"datePublished":"2011-08-13T00:30:14+09:00","dateModified":"2013-08-20T23:48:06+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":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"\u300cOver riding Default controls in Word using Custom UI e","og:url":"https:\/\/www.ka-net.org\/blog\/?p=29","article:published_time":"2011-08-12T15:30:14+00:00","article:modified_time":"2013-08-20T14:48:06+00:00","twitter:card":"summary","twitter:title":"\u65e2\u5b58\u306e\u6a5f\u80fd\u306e\u4ee3\u308f\u308a\u306b\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"\u300cOver riding Default controls in Word using Custom UI e"},"aioseo_meta_data":{"post_id":"29","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:00:09","updated":"2022-09-14 04:23:58","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-t","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/29","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=29"}],"version-history":[{"count":10,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":3465,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/3465"}],"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=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}