{"id":1890,"date":"2023-10-29T19:00:16","date_gmt":"2023-10-29T19:00:16","guid":{"rendered":"https:\/\/exceladvisor.org\/tr\/google-arama\/"},"modified":"2023-12-10T06:06:28","modified_gmt":"2023-12-10T06:06:28","slug":"google-arama","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/tr\/google-arama\/","title":{"rendered":"Vba kullanarak google&#39;da nas\u0131l arama yap\u0131l\u0131r?"},"content":{"rendered":"<div class=\"excel-icerikten-once\" id=\"excel-3126808662\"><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>Hepimizin Excel kullanman\u0131n d\u0131\u015f\u0131nda yapt\u0131\u011f\u0131 bir\u00e7ok \u00f6nemli \u015fey var. Hakl\u0131 m\u0131y\u0131m?<\/p><p> Bunlardan biri, bir \u015feyi aramak i\u00e7in Google&#8217;\u0131 kullanmakt\u0131r. Yararl\u0131 makro kodlar\u0131 listemde Chrome kullanarak Google&#8217;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz bir kod var.<\/p><p> Ve bug\u00fcn bu kodu sizlerle payla\u015faca\u011f\u0131m. Bu kodu <a href=\"https:\/\/exceladvisor.org\/tr\/kisisel-makro-not-defteri\/\" target=\"_blank\" rel=\"noopener noreferrer\">ki\u015fisel makro \u00e7al\u0131\u015fma<\/a> kitab\u0131n\u0131za ekleyebilir ve Google&#8217;da bir \u015feye ihtiya\u00e7 duydu\u011funuzda kullanabilirsiniz.<\/p><h2 class=\"wp-block-heading\"> Arama i\u00e7in Google Chrome&#8217;u a\u00e7mak i\u00e7in VBA kodu<\/h2><p> Chrome&#8217;u kullanarak Google&#8217;da arama yapmak i\u00e7in kullanabilece\u011finiz kod a\u015fa\u011f\u0131dad\u0131r.<\/p><h3 class=\"wp-block-heading\"> Windows 32 s\u00fcr\u00fcm\u00fc<\/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 s\u00fcr\u00fcm\u00fc<\/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\"> Google&#8217;da arama yapmak i\u00e7in bu VBA kodu nas\u0131l kullan\u0131l\u0131r?<\/h2><p> Bu kodu kullanmak i\u00e7in izlemeniz gereken basit ad\u0131m a\u015fa\u011f\u0131dad\u0131r.<\/p><ul><li> Alt + F11 k\u0131sayol tu\u015funu kullanarak VB d\u00fczenleyiciyi a\u00e7\u0131n veya geli\u015ftirici sekmesine gidin. <\/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> Yeni bir mod\u00fcl ekleyin ve yukar\u0131daki kodu i\u00e7ine yap\u0131\u015ft\u0131r\u0131n. <\/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> \u015eimdi VB edit\u00f6r\u00fcn\u00fc kapat\u0131n ve geli\u015ftirici sekmesindeki makrolar se\u00e7ene\u011finden bu makroyu \u00e7al\u0131\u015ft\u0131r\u0131n.<\/p><h3 class=\"wp-block-heading\"> Nas\u0131l \u00e7al\u0131\u015f\u0131r<\/h3><p> Bu kodu \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda size sorgunuzu girmeniz i\u00e7in bir giri\u015f kutusu g\u00f6sterilir. Ve sorgunuzu bu giri\u015f kutusuna girmeniz ve Tamam&#8217;\u0131 t\u0131klaman\u0131z gerekir. <\/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> Tamam&#8217;\u0131 t\u0131klatt\u0131ktan sonra bu kod, girdi\u011finiz metni kullanarak arama URL&#8217;si s\u00f6zdizimini olu\u015fturur. <\/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> Ve sonunda, girdi\u011finiz sorguya ili\u015fkin sonu\u00e7lar\u0131 size sunmak i\u00e7in Chrome&#8217;u bu URL&#8217;ye y\u00f6nlendirir.<\/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\/tr\/vba\/\">VBA nedir<\/a><h2 class=\"gb-headline gb-headline-665e5f6b gb-headline-text gb-headline-mt-heading\"> \u0130lgili e\u011fitimler <\/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\/tr\/yinelenen-degerleri-vurgula\/\">VBA&#8217;y\u0131 kullanarak yinelenen de\u011ferleri vurgulay\u0131n<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/kopru-baglantisini-cikar\/\">K\u00f6pr\u00fc adresini (URL) VBA&#8217;dan \u00e7\u0131kar\u0131n<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/giris-alani\/\">VBA&#8217;daki giri\u015f kutusu<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/metin-dosyalari\/\">VBA bir metin dosyas\u0131 olu\u015fturma ve yazma<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/ekran-guncellemesi\/\">VBA Ekran G\u00fcncellemesi<\/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-1890","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>VBA kullanarak Google&#039;da nas\u0131l arama yap\u0131l\u0131r?<\/title>\n<meta name=\"description\" content=\"Chrome&#039;u kullanarak Google&#039;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz baz\u0131 kodlar\u0131m var. Ve bug\u00fcn payla\u015faca\u011f\u0131m\" \/>\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\/tr\/google-arama\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VBA kullanarak Google&#039;da nas\u0131l arama yap\u0131l\u0131r?\" \/>\n<meta property=\"og:description\" content=\"Chrome&#039;u kullanarak Google&#039;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz baz\u0131 kodlar\u0131m var. Ve bug\u00fcn payla\u015faca\u011f\u0131m\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/tr\/google-arama\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T06:06:28+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=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/google-arama\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/google-arama\/\",\"name\":\"VBA kullanarak Google&#39;da nas\u0131l arama yap\u0131l\u0131r?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/google-arama\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/google-arama\/#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-10T06:06:28+00:00\",\"description\":\"Chrome&#39;u kullanarak Google&#39;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz baz\u0131 kodlar\u0131m var. Ve bug\u00fcn payla\u015faca\u011f\u0131m\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/google-arama\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/tr\/google-arama\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/google-arama\/#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\/tr\/google-arama\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/exceladvisor.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vba kullanarak google&#39;da nas\u0131l arama yap\u0131l\u0131r?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\",\"url\":\"https:\/\/exceladvisor.org\/tr\/\",\"name\":\"Excel Advisor\",\"description\":\"Veri hakimiyetine y\u00f6nelik nihai rehberiniz!\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/tr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/tr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VBA kullanarak Google&#39;da nas\u0131l arama yap\u0131l\u0131r?","description":"Chrome&#39;u kullanarak Google&#39;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz baz\u0131 kodlar\u0131m var. Ve bug\u00fcn payla\u015faca\u011f\u0131m","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\/tr\/google-arama\/","og_locale":"tr_TR","og_type":"article","og_title":"VBA kullanarak Google&#39;da nas\u0131l arama yap\u0131l\u0131r?","og_description":"Chrome&#39;u kullanarak Google&#39;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz baz\u0131 kodlar\u0131m var. Ve bug\u00fcn payla\u015faca\u011f\u0131m","og_url":"https:\/\/exceladvisor.org\/tr\/google-arama\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T06:06:28+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":{"Tahmini okuma s\u00fcresi":"2 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/tr\/google-arama\/","url":"https:\/\/exceladvisor.org\/tr\/google-arama\/","name":"VBA kullanarak Google&#39;da nas\u0131l arama yap\u0131l\u0131r?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/tr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/tr\/google-arama\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/google-arama\/#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-10T06:06:28+00:00","description":"Chrome&#39;u kullanarak Google&#39;da arama sorgusu ger\u00e7ekle\u015ftirmek i\u00e7in kullanabilece\u011finiz baz\u0131 kodlar\u0131m var. Ve bug\u00fcn payla\u015faca\u011f\u0131m","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/tr\/google-arama\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/tr\/google-arama\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/google-arama\/#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\/tr\/google-arama\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/exceladvisor.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Vba kullanarak google&#39;da nas\u0131l arama yap\u0131l\u0131r?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/tr\/#website","url":"https:\/\/exceladvisor.org\/tr\/","name":"Excel Advisor","description":"Veri hakimiyetine y\u00f6nelik nihai rehberiniz!","publisher":{"@id":"https:\/\/exceladvisor.org\/tr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/tr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/tr\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/tr\/","logo":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/comments?post=1890"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1890\/revisions"}],"predecessor-version":[{"id":2872,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1890\/revisions\/2872"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/media?parent=1890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}