{"id":414,"date":"2023-10-29T19:00:16","date_gmt":"2023-10-29T19:00:16","guid":{"rendered":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/"},"modified":"2023-12-10T11:46:34","modified_gmt":"2023-12-10T11:46:34","slug":"%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/","title":{"rendered":"\u5982\u4f55\u4f7f\u7528vba\u5728google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f"},"content":{"rendered":"<div class=\"excel-\" id=\"excel-936099822\"><script type=\"text\/javascript\">\r\n\tatOptions = {\r\n\t\t'key' : 'c1158f160081d6540a8409e6925dab94',\r\n\t\t'format' : 'iframe',\r\n\t\t'height' : 250,\r\n\t\t'width' : 300,\r\n\t\t'params' : {}\r\n\t};\r\n<\/script>\r\n<script type=\"text\/javascript\" src=\"\/\/www.highperformanceformat.com\/c1158f160081d6540a8409e6925dab94\/invoke.js\"><\/script><\/div> <p>\u9664\u4e86\u4f7f\u7528 Excel \u4e4b\u5916\uff0c\u6211\u4eec\u8fd8\u8981\u505a\u8bb8\u591a\u91cd\u8981\u7684\u4e8b\u60c5\u3002\u6211\u5bf9\u5417\uff1f<\/p><p>\u5176\u4e2d\u4e4b\u4e00\u5c31\u662f\u4f7f\u7528 Google \u6765\u641c\u7d22\u67d0\u4e9b\u5185\u5bb9\u3002\u5728\u6211\u7684\u6709\u7528\u5b8f\u4ee3\u7801\u5217\u8868\u4e2d\uff0c\u6211\u6709\u4e00\u4e2a\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u6765\u4f7f\u7528 Chrome \u5728 Google \u4e0a\u6267\u884c\u641c\u7d22\u67e5\u8be2\u3002<\/p><p>\u4eca\u5929\u6211\u5c06\u4e0e\u5927\u5bb6\u5206\u4eab\u8fd9\u6bb5\u4ee3\u7801\u3002\u60a8\u53ef\u4ee5\u5c06\u6b64\u4ee3\u7801\u6dfb\u52a0\u5230\u60a8\u7684<a href=\"https:\/\/exceladvisor.org\/cn\/\u4e2a\u4eba\u5b8f\u7b14\u8bb0\u672c\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e2a\u4eba\u5b8f\u5de5\u4f5c\u7c3f<\/a>\u4e2d\uff0c\u5e76\u5728\u9700\u8981 Google \u67d0\u4e9b\u5185\u5bb9\u65f6\u968f\u65f6\u4f7f\u7528\u5b83\u3002<\/p><h2 class=\"wp-block-heading\">\u6253\u5f00 Google Chrome \u8fdb\u884c\u641c\u7d22\u7684 VBA \u4ee3\u7801<\/h2><p>\u4e0b\u9762\u662f\u60a8\u53ef\u4ee5\u4f7f\u7528 Chrome \u641c\u7d22 Google \u7684\u4ee3\u7801\u3002<\/p><h3 class=\"wp-block-heading\"> Windows 32\u7248\u672c<\/h3><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub Google_Search_32() Dim chromePath As String Dim search_string As String Dim query As String query = InputBox(\"Enter here your search here\", \"Google Search\") search_string = query search_string = Replace(search_string, \" \", \"+\") chromePath = \"\"\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\"\"\" Shell (chromePath &amp; \" -url http:\/\/google.com\/search?q=\" &amp; search_string) End Sub<\/code><\/pre><h3 class=\"wp-block-heading\">Windows 64\u7248\u672c<\/h3><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub Google_Search_64() Dim chromePath As String Dim search_string As String Dim query As String query = InputBox(\"Enter here your search here\", \"Google Search\") search_string = Replace(query, \" \", \"+\") chromePath = \"\"\"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe\"\"\" Shell (chromePath &amp; \" -url http:\/\/google.com\/search?q=\" &amp; search_string) End Sub<\/code><\/pre><h2 class=\"wp-block-heading\">\u5982\u4f55\u4f7f\u7528\u6b64 VBA \u4ee3\u7801\u5728 Google \u4e0a\u8fdb\u884c\u641c\u7d22<\/h2><p>\u8fd9\u662f\u5151\u6362\u6b64\u4ee3\u7801\u6240\u9700\u9075\u5faa\u7684\u7b80\u5355\u6b65\u9aa4\u3002<\/p><ul><li>\u4f7f\u7528 Alt + F11 \u5feb\u6377\u952e\u6253\u5f00 VB \u7f16\u8f91\u5668\u6216\u8f6c\u5230\u5f00\u53d1\u4eba\u5458\u9009\u9879\u5361\u3002 <\/li><\/ul><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png\" sizes=\"\" srcset=\"\" alt=\"\"><\/figure><\/div><ul><li>\u63d2\u5165\u4e00\u4e2a\u65b0\u6a21\u5757\u5e76\u5c06\u4e0a\u8ff0\u4ee3\u7801\u7c98\u8d34\u5230\u5176\u4e2d\u3002 <\/li><\/ul><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/coller-le-code-vba-dans-lediteur-vb-pour-ouvrir-google-chrome-pour-rechercher-min.png\" sizes=\"\" srcset=\"\" alt=\"\"><\/figure><\/div><p>\u73b0\u5728\u5173\u95ed VB \u7f16\u8f91\u5668\u5e76\u4ece\u5f00\u53d1\u4eba\u5458\u9009\u9879\u5361\u4e2d\u7684\u5b8f\u9009\u9879\u8fd0\u884c\u6b64\u5b8f\u3002<\/p><h3 class=\"wp-block-heading\">\u600e\u4e48\u8fd0\u884c\u7684<\/h3><p>\u5f53\u60a8\u8fd0\u884c\u6b64\u4ee3\u7801\u65f6\uff0c\u5b83\u4f1a\u663e\u793a\u4e00\u4e2a\u7528\u4e8e\u8f93\u5165\u67e5\u8be2\u7684\u8f93\u5165\u6846\u3002\u60a8\u9700\u8981\u5728\u6b64\u8f93\u5165\u6846\u4e2d\u8f93\u5165\u60a8\u7684\u67e5\u8be2\uff0c\u7136\u540e\u5355\u51fb\u201c\u786e\u5b9a\u201d\u3002 <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/executer-la-macro-ouvrir-google-chrome-pour-rechercher-min.png\" sizes=\"\" srcset=\"\" alt=\"\"><\/figure><\/div><p>\u5355\u51fb\u201c\u786e\u5b9a\u201d\u540e\uff0c\u6b64\u4ee3\u7801\u5c06\u4f7f\u7528\u60a8\u8f93\u5165\u7684\u6587\u672c\u521b\u5efa\u641c\u7d22 URL \u8bed\u6cd5\u3002 <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/url-ouvrir-google-chrome-pour-rechercher-min.png\" sizes=\"\" srcset=\"\" alt=\"\"><\/figure><\/div><p>\u6700\u540e\uff0c\u5c06 Chrome \u91cd\u5b9a\u5411\u5230\u6b64 URL\uff0c\u4e3a\u60a8\u63d0\u4f9b\u60a8\u8f93\u5165\u7684\u67e5\u8be2\u7684\u7ed3\u679c\u3002<\/p><div class=\"gb-container gb-container-4db6181c gb-container-mt\"> <a class=\"gb-button gb-button-c5897111 gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/cn\/\u7ef4\u5df4\/\">\u4ec0\u4e48\u662fVBA<\/a><h2 class=\"gb-headline gb-headline-665e5f6b gb-headline-text gb-headline-mt-heading\">\u76f8\u5173\u6559\u7a0b<\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a20baf7c gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-65ddf67e\"><div class=\"gb-container gb-container-65ddf67e\"><ul><li><a href=\"https:\/\/exceladvisor.org\/cn\/\u7a81\u51fa\u663e\u793a\u91cd\u590d\u503c\/\">\u4f7f\u7528VBA\u7a81\u51fa\u663e\u793a\u91cd\u590d\u503c<\/a><\/li><li><a href=\"https:\/\/exceladvisor.org\/cn\/\u63d0\u53d6\u8d85\u94fe\u63a5\/\">\u63d0\u53d6\u8d85\u94fe\u63a5\u5730\u5740\uff08URL\uff09VBA<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/cn\/\u8f93\u5165\u5b57\u6bb5\/\">VBA\u4e2d\u7684\u8f93\u5165\u6846<\/a><\/li><li><a href=\"https:\/\/exceladvisor.org\/cn\/\u6587\u672c\u6587\u4ef6\/\">VBA \u521b\u5efa\u5e76\u5199\u5165\u6587\u672c\u6587\u4ef6<\/a><\/li><li><a href=\"https:\/\/exceladvisor.org\/cn\/\u5c4f\u5e55\u66f4\u65b0\/\">VBA \u5c4f\u5e55\u66f4\u65b0<\/a><\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-50067b57\"><div class=\"gb-container gb-container-50067b57\"><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"ub_ctt_via":"","footnotes":""},"class_list":["post-414","page","type-page","status-publish","hentry"],"featured_image_src":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5982\u4f55\u4f7f\u7528VBA\u5728Google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f<\/title>\n<meta name=\"description\" content=\"\u6211\u6709\u4e00\u4e9b\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u4eec\u5728 Chrome \u4e0a\u6267\u884c Google \u641c\u7d22\u67e5\u8be2\u3002\u4eca\u5929\u6211\u8981\u5206\u4eab\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exceladvisor.org\/cn\/\u8c37\u6b4c\u641c\u7d22\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5982\u4f55\u4f7f\u7528VBA\u5728Google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f\" \/>\n<meta property=\"og:description\" content=\"\u6211\u6709\u4e00\u4e9b\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u4eec\u5728 Chrome \u4e0a\u6267\u884c Google \u641c\u7d22\u67e5\u8be2\u3002\u4eca\u5929\u6211\u8981\u5206\u4eab\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/cn\/\u8c37\u6b4c\u641c\u7d22\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T11:46:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/\",\"url\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/\",\"name\":\"\u5982\u4f55\u4f7f\u7528VBA\u5728Google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/cn\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png\",\"datePublished\":\"2023-10-29T19:00:16+00:00\",\"dateModified\":\"2023-12-10T11:46:34+00:00\",\"description\":\"\u6211\u6709\u4e00\u4e9b\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u4eec\u5728 Chrome \u4e0a\u6267\u884c Google \u641c\u7d22\u67e5\u8be2\u3002\u4eca\u5929\u6211\u8981\u5206\u4eab\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u5bb6\",\"item\":\"https:\/\/exceladvisor.org\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5982\u4f55\u4f7f\u7528vba\u5728google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/cn\/#website\",\"url\":\"https:\/\/exceladvisor.org\/cn\/\",\"name\":\"Excel Advisor\",\"description\":\"\u60a8\u7684\u6570\u636e\u7edf\u6cbb\u7ec8\u6781\u6307\u5357\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/cn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/cn\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/cn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/exceladvisor.org\/cn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/cn\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/cn\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/cn\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5982\u4f55\u4f7f\u7528VBA\u5728Google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f","description":"\u6211\u6709\u4e00\u4e9b\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u4eec\u5728 Chrome \u4e0a\u6267\u884c Google \u641c\u7d22\u67e5\u8be2\u3002\u4eca\u5929\u6211\u8981\u5206\u4eab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/exceladvisor.org\/cn\/\u8c37\u6b4c\u641c\u7d22\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5982\u4f55\u4f7f\u7528VBA\u5728Google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f","og_description":"\u6211\u6709\u4e00\u4e9b\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u4eec\u5728 Chrome \u4e0a\u6267\u884c Google \u641c\u7d22\u67e5\u8be2\u3002\u4eca\u5929\u6211\u8981\u5206\u4eab","og_url":"https:\/\/exceladvisor.org\/cn\/\u8c37\u6b4c\u641c\u7d22\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T11:46:34+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/","url":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/","name":"\u5982\u4f55\u4f7f\u7528VBA\u5728Google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f","isPartOf":{"@id":"https:\/\/exceladvisor.org\/cn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png","datePublished":"2023-10-29T19:00:16+00:00","dateModified":"2023-12-10T11:46:34+00:00","description":"\u6211\u6709\u4e00\u4e9b\u4ee3\u7801\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u5b83\u4eec\u5728 Chrome \u4e0a\u6267\u884c Google \u641c\u7d22\u67e5\u8be2\u3002\u4eca\u5929\u6211\u8981\u5206\u4eab","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ouvrir-lediteur-vb-pour-coller-le-code-vba-pour-ouvrir-google-chrome-pour-rechercher-min.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/cn\/%e8%b0%b7%e6%ad%8c%e6%90%9c%e7%b4%a2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u5bb6","item":"https:\/\/exceladvisor.org\/cn\/"},{"@type":"ListItem","position":2,"name":"\u5982\u4f55\u4f7f\u7528vba\u5728google\u4e0a\u8fdb\u884c\u641c\u7d22\uff1f"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/cn\/#website","url":"https:\/\/exceladvisor.org\/cn\/","name":"Excel Advisor","description":"\u60a8\u7684\u6570\u636e\u7edf\u6cbb\u7ec8\u6781\u6307\u5357","publisher":{"@id":"https:\/\/exceladvisor.org\/cn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/cn\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/cn\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/exceladvisor.org\/cn\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/cn\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/cn\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/cn\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/pages\/414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/comments?post=414"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/pages\/414\/revisions"}],"predecessor-version":[{"id":939,"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/pages\/414\/revisions\/939"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/cn\/wp-json\/wp\/v2\/media?parent=414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}