{"id":1552,"date":"2023-11-17T07:52:04","date_gmt":"2023-11-17T07:52:04","guid":{"rendered":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/"},"modified":"2023-12-10T06:04:58","modified_gmt":"2023-12-10T06:04:58","slug":"hucreyi-yeni-calisma-sayfasina-kopyala","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/","title":{"rendered":"Vba aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala"},"content":{"rendered":"<div class=\"excel-icerikten-once\" id=\"excel-366431456\"><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>Bir h\u00fccreyi veya h\u00fccre aral\u0131\u011f\u0131n\u0131 ba\u015fka bir \u00e7al\u0131\u015fma sayfas\u0131na kopyalamak i\u00e7in VBA&#8217;n\u0131n &#8220;Kopyala&#8221; y\u00f6ntemini kullanman\u0131z gerekir. Bu y\u00f6ntemde, kopyalamak istedi\u011finiz aral\u0131k nesnesini kullanarak aral\u0131\u011f\u0131 veya h\u00fccreyi tan\u0131mlaman\u0131z ve ard\u0131ndan onu yap\u0131\u015ft\u0131rmak istedi\u011finiz aral\u0131\u011f\u0131 i\u00e7eren ba\u015fka bir \u00e7al\u0131\u015fma sayfas\u0131 tan\u0131mlaman\u0131z gerekir.<\/p><h2 class=\"wp-block-heading\"> Bir h\u00fccreyi kopyalay\u0131n veya ba\u015fka bir \u00e7al\u0131\u015fma sayfas\u0131na d\u00fczenleyin<\/h2><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Range(\"A1\").Copy Worksheets(\"Sheet2\").Range(\"A1\")<\/code><\/pre><ol><li> \u00d6ncelikle kopyalamak istedi\u011finiz aral\u0131\u011f\u0131 veya h\u00fccreyi ayarlay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"1 set aral\u0131\u011f\u0131 veya h\u00fccre\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png\" sizes=\"auto, \" srcset=\"\" alt=\"define the range or cell\" width=\"373\" height=\"210\"><\/li><li> Daha sonra bir nokta (.) yaz\u0131n ve \u00f6zellikler ve y\u00f6ntemler listesinden kopyalama y\u00f6ntemini se\u00e7in. <br><img loading=\"lazy\" decoding=\"async\" title=\"2-tip-nokta-ve-kopyalama-y\u00f6ntemi\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-tapez-un-point-et-selectionnez-la-methode-de-copie.png\" sizes=\"auto, \" srcset=\"\" alt=\"type a dot and select the copy method\" width=\"362\" height=\"244\"><\/li><li> Burada kopyalanan h\u00fccrenin hedefini belirlemek i\u00e7in bir zeka elde edeceksiniz. <br><img loading=\"lazy\" decoding=\"async\" title=\"Kopyalanan h\u00fccrenin 3'l\u00fc hedefi\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-definir-la-destination-de-la-cellule-copiee.png\" sizes=\"auto, \" srcset=\"\" alt=\"define the destination of the copied cell\" width=\"366\" height=\"208\"><\/li><li> Buradan \u00e7al\u0131\u015fma sayfas\u0131n\u0131 ve ard\u0131ndan hedef aral\u0131\u011f\u0131n\u0131 tan\u0131mlaman\u0131z gerekir. <br><img loading=\"lazy\" decoding=\"async\" title=\"4-\u00e7al\u0131\u015fma sayfas\u0131n\u0131 ve hedef aral\u0131\u011f\u0131n\u0131 ayarlay\u0131n\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-definir-la-feuille-de-calcul-et-la-plage-de-destination.png\" sizes=\"auto, \" srcset=\"\" alt=\"define the worksheet and than destination range\" width=\"368\" height=\"164\"><\/li><\/ol><p> Art\u0131k bu kodu \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda A1 h\u00fccresini <a href=\"https:\/\/exceladvisor.org\/tr\/sayfayi-etkinlestir\/\">aktif sayfadan<\/a> \u201cSayfa2\u201dye kopyalar. Emin olman\u0131z gereken bir \u015fey, bir h\u00fccreyi kopyalay\u0131p bir hedefe yap\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda, format\u0131n da oraya yap\u0131\u015ft\u0131r\u0131lmas\u0131d\u0131r.<\/p><p> Ancak yaln\u0131zca bir h\u00fccrenin de\u011ferini kopyalay\u0131p farkl\u0131 \u00e7al\u0131\u015fma sayfalar\u0131na yap\u0131\u015ft\u0131rmak istiyorsan\u0131z a\u015fa\u011f\u0131daki kodu g\u00f6z \u00f6n\u00fcnde bulundurun.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Worksheets(\"Sheet2\").Range(\"A1\") = Range(\"A1\").Value<\/code><\/pre><p> Bu y\u00f6ntem, kopyalama y\u00f6ntemini kullanmaz ancak e\u015fittir i\u015fareti kullanarak ve kaynak h\u00fccreyle birlikte de\u011fer \u00f6zelli\u011fini kullanarak hedef \u00e7al\u0131\u015fma sayfas\u0131na de\u011fer ekler.<\/p><h2 class=\"wp-block-heading\"> Ba\u015fka bir \u00e7al\u0131\u015fma sayfas\u0131ndan h\u00fccreyi kopyala<\/h2><p> \u015eimdi, o anda etkin olmayan bir \u00e7al\u0131\u015fma sayfas\u0131ndan bir h\u00fccreyi kopyalamak istedi\u011finizi varsayal\u0131m. Bu durumda \u00e7al\u0131\u015fma sayfas\u0131n\u0131 kaynak h\u00fccreyle tan\u0131mlaman\u0131z gerekir. T\u0131pk\u0131 a\u015fa\u011f\u0131daki kod gibi.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Worksheets(\"sheet1\").Range(\"A1\").Copy Worksheets(\"Sheet2\").Range(\"A1\")<\/code><\/pre><h2 class=\"wp-block-heading\"> Bir h\u00fccre aral\u0131\u011f\u0131n\u0131 kopyalama<\/h2><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Range(\"A1:A10\").Copy Worksheets(\"Sheet2\").Range(\"A1:A10\") Range(\"A1:A10\").Copy Worksheets(\"Sheet2\").Range(\"A1\")<\/code><\/pre><h2 class=\"wp-block-heading\"> \u00c7al\u0131\u015fma sayfas\u0131ndaki bir h\u00fccreyi ba\u015fka bir \u00e7al\u0131\u015fma kitab\u0131na kopyalama<\/h2><p> <a href=\"https:\/\/exceladvisor.org\/tr\/acik-calisma-kitabini-kontrol-et\/\">\u00c7al\u0131\u015fma kitaplar\u0131 a\u00e7\u0131ld\u0131\u011f\u0131nda<\/a> ancak hen\u00fcz kaydedilmedi\u011finde.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Workbooks(\"Book1\").Worksheets(\"Sheet1\").Range(\"A1\").Copy _ Workbooks(\"Book2\").Worksheets(\"Sheet1\").Range(\"A1\")<\/code><\/pre><p> <a href=\"https:\/\/exceladvisor.org\/tr\/acik-dosya-dolabi\/\">\u00c7al\u0131\u015fma kitaplar\u0131 a\u00e7\u0131l\u0131p<\/a> kaydedildi\u011finde.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Workbooks(\"Book1.xlsx\").Worksheets(\"Sheet1\").Range(\"A1\").Copy _ Workbooks(\"Book2.xlsx\").Worksheets(\"Sheet1\").Range(\"A1\")<\/code><\/pre><h2 class=\"wp-block-heading\"> \u00c7al\u0131\u015fma sayfas\u0131ndaki bir h\u00fccreyi ba\u015fka bir kapal\u0131 \u00e7al\u0131\u015fma kitab\u0131na kopyalama<\/h2><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">'to open the workbook that is saved in a folder on your system _ change the path according to the location you have in your _ system Workbooks.Open \"C:UsersDellDesktopmyFile.xlsx\" 'copies cell from the book1 workbook and copy and paste _ it to the workbook myFile Workbooks(\"Book1\").Worksheets(\"Sheet1\").Range(\"A1\").Copy _ Workbooks(\"myFile\").Worksheets(\"Sheet1\").Range(\"A1\") 'close the workbook and after saving Workbooks(\"myFile\").Close SaveChanges:=True<\/code><\/pre><p> \u0130lgili: <a href=\"https:\/\/exceladvisor.org\/tr\/acik-dosya-dolabi\/\">Excel&#8217;de VBA Kullanarak \u00c7al\u0131\u015fma Kitab\u0131 Nas\u0131l A\u00e7\u0131l\u0131r<\/a><\/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\/satir-sayisi\/\">Excel&#8217;de VBA kullanarak sat\u0131rlar\u0131 sayma<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/karakter-yazi-tipi\/\">Excel VBA yaz\u0131 tipi (renk, boyut, t\u00fcr ve kal\u0131n)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/sutun-satirini-gosteri-gizle\/\">Excel VBA Bir s\u00fctunu veya sat\u0131r\u0131 gizleyin ve g\u00f6sterin<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/aralik-1\/\">Excel VBA Aral\u0131\u011f\u0131 \u2013 Aral\u0131k ve H\u00fccrelerle \u00c7al\u0131\u015fmak<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/sinirlar\/\">Excel&#8217;de VBA kullanarak h\u00fccreye kenarl\u0131klar uygulama<\/a><\/li><\/ul><\/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-1552","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 aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala<\/title>\n<meta name=\"description\" content=\"Bu e\u011fitimde, ayn\u0131 veya farkl\u0131 \u00e7al\u0131\u015fma kitab\u0131ndaki bir h\u00fccreyi kopyalamak veya ba\u015fka bir sayfaya d\u00fczenlemek i\u00e7in VBA&#039;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z g\u00f6sterilir.\" \/>\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\/hucreyi-yeni-calisma-sayfasina-kopyala\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VBA aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala\" \/>\n<meta property=\"og:description\" content=\"Bu e\u011fitimde, ayn\u0131 veya farkl\u0131 \u00e7al\u0131\u015fma kitab\u0131ndaki bir h\u00fccreyi kopyalamak veya ba\u015fka bir sayfaya d\u00fczenlemek i\u00e7in VBA&#039;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z g\u00f6sterilir.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T06:04:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.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=\"3 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/\",\"name\":\"VBA aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png\",\"datePublished\":\"2023-11-17T07:52:04+00:00\",\"dateModified\":\"2023-12-10T06:04:58+00:00\",\"description\":\"Bu e\u011fitimde, ayn\u0131 veya farkl\u0131 \u00e7al\u0131\u015fma kitab\u0131ndaki bir h\u00fccreyi kopyalamak veya ba\u015fka bir sayfaya d\u00fczenlemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z g\u00f6sterilir.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/exceladvisor.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vba aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala\"}]},{\"@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 aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala","description":"Bu e\u011fitimde, ayn\u0131 veya farkl\u0131 \u00e7al\u0131\u015fma kitab\u0131ndaki bir h\u00fccreyi kopyalamak veya ba\u015fka bir sayfaya d\u00fczenlemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z g\u00f6sterilir.","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\/hucreyi-yeni-calisma-sayfasina-kopyala\/","og_locale":"tr_TR","og_type":"article","og_title":"VBA aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala","og_description":"Bu e\u011fitimde, ayn\u0131 veya farkl\u0131 \u00e7al\u0131\u015fma kitab\u0131ndaki bir h\u00fccreyi kopyalamak veya ba\u015fka bir sayfaya d\u00fczenlemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z g\u00f6sterilir.","og_url":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T06:04:58+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tahmini okuma s\u00fcresi":"3 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/","url":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/","name":"VBA aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala","isPartOf":{"@id":"https:\/\/exceladvisor.org\/tr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png","datePublished":"2023-11-17T07:52:04+00:00","dateModified":"2023-12-10T06:04:58+00:00","description":"Bu e\u011fitimde, ayn\u0131 veya farkl\u0131 \u00e7al\u0131\u015fma kitab\u0131ndaki bir h\u00fccreyi kopyalamak veya ba\u015fka bir sayfaya d\u00fczenlemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z g\u00f6sterilir.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-definir-la-plage-ou-la-cellule.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/tr\/hucreyi-yeni-calisma-sayfasina-kopyala\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/exceladvisor.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Vba aral\u0131\u011f\u0131n\u0131 ba\u015fka bir sayfaya + \u00e7al\u0131\u015fma kitab\u0131na kopyala"}]},{"@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\/1552","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=1552"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1552\/revisions"}],"predecessor-version":[{"id":2780,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1552\/revisions\/2780"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/media?parent=1552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}