{"id":297,"date":"2011-09-03T19:48:50","date_gmt":"2011-09-03T10:48:50","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=297"},"modified":"2012-02-15T00:21:37","modified_gmt":"2012-02-14T15:21:37","slug":"vba%e3%81%a7tts%e3%82%a8%e3%83%b3%e3%82%b8%e3%83%b3%e3%81%ae%e5%90%84%e7%a8%ae%e6%83%85%e5%a0%b1%e3%82%92%e5%88%97%e6%8c%99%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=297","title":{"rendered":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b"},"content":{"rendered":"<p>\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<br \/>\nMicrosoft Speech Platform\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306fSAPI\u304b\u3089\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPublic Sub Sample()\r\n  Dim sv As Object\r\n  Dim st As Object\r\n  \r\n  Set sv = CreateSpVoice\r\n  If sv Is Nothing Then Exit Sub\r\n  On Error Resume Next\r\n  For Each st In sv.GetVoices\r\n    Debug.Print &quot;--------------------&quot;\r\n    Debug.Print &quot;ID:&quot; &amp; st.id\r\n    Debug.Print &quot;Name:&quot; &amp; st.GetAttribute(&quot;Name&quot;)\r\n    Debug.Print &quot;Language:&quot; &amp; st.GetAttribute(&quot;Language&quot;)\r\n    Debug.Print &quot;Gender:&quot; &amp; st.GetAttribute(&quot;Gender&quot;)\r\n    Debug.Print &quot;Age:&quot; &amp; st.GetAttribute(&quot;Age&quot;)\r\n    Debug.Print &quot;Vendor:&quot; &amp; st.GetAttribute(&quot;Vendor&quot;)\r\n    Debug.Print &quot;--------------------&quot;\r\n  Next\r\n  On Error GoTo 0\r\n  Set sv = Nothing\r\nEnd Sub\r\n\r\nPrivate Function CreateSpVoice() As Object\r\n  Dim sv As Object\r\n\r\n  Set sv = Nothing '\u521d\u671f\u5316\r\n  On Error Resume Next\r\n  Set sv = CreateObject(&quot;Speech.SpVoice&quot;)\r\n  If Err.Number &lt;&gt; 0 Then\r\n    Set sv = CreateObject(&quot;SAPI.SpVoice&quot;)\r\n    Err.Clear\r\n  End If\r\n  On Error GoTo 0\r\n  Set CreateSpVoice = sv\r\nEnd Function<\/pre>\n","protected":false},"excerpt":{"rendered":"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platform\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306fSAPI\u304b\u3089\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002 Option Explicit Pu [&hellip;]","protected":false},"author":1,"featured_media":7111,"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,48,49],"tags":[8,21],"class_list":["post-297","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office","category-excel-office","category-word-office","tag-vba","tag-microsoft-speech-platform"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor\" \/>\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=\"vba,microsoft speech platform\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=297\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\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=\"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=297\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-09-03T10:48:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2012-02-14T15:21:37+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor\" \/>\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=297#article\",\"name\":\"VBA\\u3067TTS\\u30a8\\u30f3\\u30b8\\u30f3\\u306e\\u5404\\u7a2e\\u60c5\\u5831\\u3092\\u5217\\u6319\\u3059\\u308b | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"VBA\\u3067TTS\\u30a8\\u30f3\\u30b8\\u30f3\\u306e\\u5404\\u7a2e\\u60c5\\u5831\\u3092\\u5217\\u6319\\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-Excel.png\",\"width\":790,\"height\":480},\"datePublished\":\"2011-09-03T19:48:50+09:00\",\"dateModified\":\"2012-02-15T00:21:37+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297#webpage\"},\"articleSection\":\"Office\\u95a2\\u9023, Excel, Word, VBA, Microsoft Speech Platform\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297#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=48#listItem\",\"name\":\"Excel\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=48#listItem\",\"position\":3,\"name\":\"Excel\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=48\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297#listItem\",\"name\":\"VBA\\u3067TTS\\u30a8\\u30f3\\u30b8\\u30f3\\u306e\\u5404\\u7a2e\\u60c5\\u5831\\u3092\\u5217\\u6319\\u3059\\u308b\"},\"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=297#listItem\",\"position\":4,\"name\":\"VBA\\u3067TTS\\u30a8\\u30f3\\u30b8\\u30f3\\u306e\\u5404\\u7a2e\\u60c5\\u5831\\u3092\\u5217\\u6319\\u3059\\u308b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=48#listItem\",\"name\":\"Excel\"}}]},{\"@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=297#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=297#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297\",\"name\":\"VBA\\u3067TTS\\u30a8\\u30f3\\u30b8\\u30f3\\u306e\\u5404\\u7a2e\\u60c5\\u5831\\u3092\\u5217\\u6319\\u3059\\u308b | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"\\u4eca\\u56de\\u306fTTS\\u30a8\\u30f3\\u30b8\\u30f3\\u306e\\u5404\\u7a2e\\u60c5\\u5831\\u3092\\u5217\\u6319\\u3059\\u308b\\u30de\\u30af\\u30ed\\u3092\\u7d39\\u4ecb\\u3057\\u307e\\u3059\\u3002 Microsoft Speech Platfor\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297#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-Excel.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=297#mainImage\"},\"datePublished\":\"2011-09-03T19:48:50+09:00\",\"dateModified\":\"2012-02-15T00:21:37+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":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=297","robots":"max-image-preview:large","keywords":"vba,microsoft speech platform","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=297#article","name":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\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-Excel.png","width":790,"height":480},"datePublished":"2011-09-03T19:48:50+09:00","dateModified":"2012-02-15T00:21:37+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=297#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=297#webpage"},"articleSection":"Office\u95a2\u9023, Excel, Word, VBA, Microsoft Speech Platform"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=297#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=48#listItem","name":"Excel"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=48#listItem","position":3,"name":"Excel","item":"https:\/\/www.ka-net.org\/blog\/?cat=48","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=297#listItem","name":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b"},"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=297#listItem","position":4,"name":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=48#listItem","name":"Excel"}}]},{"@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=297#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=297#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=297","name":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=297#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-Excel.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=297\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=297#mainImage"},"datePublished":"2011-09-03T19:48:50+09:00","dateModified":"2012-02-15T00:21:37+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":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor","og:url":"https:\/\/www.ka-net.org\/blog\/?p=297","article:published_time":"2011-09-03T10:48:50+00:00","article:modified_time":"2012-02-14T15:21:37+00:00","twitter:card":"summary","twitter:title":"VBA\u3067TTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"\u4eca\u56de\u306fTTS\u30a8\u30f3\u30b8\u30f3\u306e\u5404\u7a2e\u60c5\u5831\u3092\u5217\u6319\u3059\u308b\u30de\u30af\u30ed\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 Microsoft Speech Platfor"},"aioseo_meta_data":{"post_id":"297","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:00:10","updated":"2022-09-14 04:17:54","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Excel.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-4N","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/297","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=297"}],"version-history":[{"count":4,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/297\/revisions"}],"predecessor-version":[{"id":1257,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/297\/revisions\/1257"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7111"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}