{"id":1538,"date":"2023-11-17T12:48:02","date_gmt":"2023-11-17T12:48:02","guid":{"rendered":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/"},"modified":"2023-12-10T06:02:58","modified_gmt":"2023-12-10T06:02:58","slug":"dongu-yapraklari","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/","title":{"rendered":"Excel&#39;de vba kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?"},"content":{"rendered":"<div class=\"excel-icerikten-once\" id=\"excel-143197676\"><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 \u00e7al\u0131\u015fma kitab\u0131ndaki t\u00fcm sayfalar\u0131 g\u00f6zden ge\u00e7irmenin iki yolu vard\u0131r.<\/p><ul><li> SONRAK\u0130 D\u00d6NG\u00dc \u0130\u00c7\u0130N<\/li><li> HER CURL \u0130\u00c7\u0130N<\/li><\/ul><h2 class=\"wp-block-heading\"> 1. Her d\u00f6ng\u00fc i\u00e7in kullan\u0131n<\/h2><p> Bildi\u011finiz gibi FOR EACH ile koleksiyondaki ve \u00e7al\u0131\u015fma kitab\u0131ndaki t\u00fcm nesneler \u00fczerinde yineleme yapabilirsiniz, \u00e7al\u0131\u015fma sayfalar\u0131 t\u00fcm \u00e7al\u0131\u015fma sayfalar\u0131n\u0131n bir koleksiyonudur.<\/p><p> <strong>A\u015fa\u011f\u0131daki ad\u0131mlar\u0131 kullan\u0131n:<\/strong><\/p><ol><li> \u0130lk olarak, d\u00f6ng\u00fc i\u00e7in bir \u00e7al\u0131\u015fma sayfas\u0131na referans verecek bir de\u011fi\u015fken bildirin. <br><img loading=\"lazy\" decoding=\"async\" title=\"1-ba\u015fvurulacak-bir-de\u011fi\u015fkeni-bildirin\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png\" sizes=\"auto, \" srcset=\"\" alt=\"declare-a-variable-to-refer\" width=\"387\" height=\"259\"><\/li><li> Bundan sonra d\u00f6ng\u00fcy\u00fc &#8220;Her biri i\u00e7in&#8221; anahtar kelimesiyle ba\u015flat\u0131n ve \u00e7al\u0131\u015fma kitab\u0131ndaki her \u00e7al\u0131\u015fma sayfas\u0131na bak\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"2-anahtar kelimeyle-d\u00f6ng\u00fcy\u00fc ba\u015flat\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-demarrer-la-boucle-avec-le-mot-cle.png\" sizes=\"auto, \" srcset=\"\" alt=\"start-the-loop-with-the-keyword\" width=\"461\" height=\"277\"><\/li><li> \u015eimdi her \u00e7al\u0131\u015fma sayfas\u0131n\u0131n A1 h\u00fccresine bir de\u011fer girmek istedi\u011finizi varsayal\u0131m, yazma kodunu a\u015fa\u011f\u0131daki gibi kullanabilirsiniz. <br><img loading=\"lazy\" decoding=\"async\" title=\"3-h\u00fccreye-bir-de\u011fer girmek istiyorum\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-veulent-entrer-une-valeur-dans-la-cellule.png\" sizes=\"auto, \" srcset=\"\" alt=\"want-to-enter-a-value-in-the-cell\" width=\"459\" height=\"301\"><\/li><li> D\u00f6ng\u00fcn\u00fcn sonunda \u201cEnd\u201d anahtar s\u00f6zc\u00fc\u011f\u00fcn\u00fc kullanarak d\u00f6ng\u00fcy\u00fc sonland\u0131r\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"4-anahtar kelimenin sonunu kullan\u0131n\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-utilisez-le-mot-cle-fin.png\" sizes=\"auto, \" srcset=\"\" alt=\"use-the-keyword-end\" width=\"457\" height=\"307\"><\/li><\/ol><p class=\"content-box-grey\"> <em>Yararl\u0131 ba\u011flant\u0131lar: <a href=\"https:\/\/exceladvisor.org\/tr\/makro-2yi-calistir\/\">Makro \u00e7al\u0131\u015ft\u0131rma<\/a> \u2013 <a href=\"https:\/\/exceladvisor.org\/tr\/makro-kaydet\/\">Makro kaydedici<\/a> \u2013 <a href=\"https:\/\/exceladvisor.org\/tr\/temel-gorsel-duzenleyici\/\">Visual Basic D\u00fczenleyici<\/a> \u2013 <a href=\"https:\/\/exceladvisor.org\/tr\/kisisel-makro-not-defteri\/\">Ki\u015fisel Makrolar El Kitab\u0131<\/a><\/em><\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_loop_sheets() Dim ws As Worksheet For Each ws In ThisWorkbook.Worksheets ws.Range(\"A1\").Value = \"Yes\" Next ws End Sub<\/code><\/pre><p> Bu kod her sayfadan ge\u00e7er ve de\u011feri her sayfan\u0131n A1 h\u00fccresine girer. Bu y\u00f6ntemi kullanman\u0131n avantaj\u0131, \u00e7al\u0131\u015fma kitab\u0131ndaki t\u00fcm sayfalar\u0131n \u00fczerinden ge\u00e7mesidir.<\/p><p> Ve kapal\u0131 bir \u00e7al\u0131\u015fma kitab\u0131ndaki t\u00fcm \u00e7al\u0131\u015fma sayfalar\u0131na g\u00f6z atmak istiyorsan\u0131z a\u015fa\u011f\u0131daki gibi kodu kullan\u0131n.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_loop_sheets() Dim wb As Workbook Dim ws As Worksheet Application.DisplayAlerts = False Set wb = Workbooks.Open(\"C:UsersDellDesktopsample-file.xlsx\") For Each ws In wb.Worksheets ws.Range(\"A1\").Value = \"Done\" Next ws wb.Close SaveChanges:=True Application.DisplayAlerts = True End Sub<\/code><\/pre><h2 class=\"wp-block-heading\"> 2. Sonraki \u0130\u00e7in d\u00f6ng\u00fcs\u00fcn\u00fc kullan\u0131n<\/h2><p> Ayr\u0131ca, ka\u00e7 d\u00f6ng\u00fc yapaca\u011f\u0131n\u0131za karar vermek i\u00e7in sayfa say\u0131s\u0131n\u0131 kullanabilece\u011finiz ve her sayfaya at\u0131fta bulunmak i\u00e7in d\u00f6ng\u00fc sayac\u0131n\u0131 kullanabilece\u011finiz <a href=\"https:\/\/exceladvisor.org\/tr\/dongu-icin\/\">FOR NEXT<\/a> d\u00f6ng\u00fcs\u00fcn\u00fc kullanarak da d\u00f6ng\u00fc yapabilirsiniz.<\/p><p> \u0130zlemeniz gereken ad\u0131mlar \u015funlard\u0131r:<\/p><ol><li> \u00d6ncelikle d\u00f6ng\u00fcn\u00fcn say\u0131m de\u011ferini saklamak i\u00e7in iki de\u011fi\u015fken ve \u00e7al\u0131\u015fma kitab\u0131ndaki sayfa say\u0131s\u0131 i\u00e7in bir de\u011fi\u015fken bildirmeniz gerekir. <br><img loading=\"lazy\" decoding=\"async\" title=\"5-declare-to-variable-to-write-count-value\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-declarer-a-la-variable-pour-ecrire-la-valeur-de-comptage.png\" sizes=\"auto, \" srcset=\"\" alt=\"declare-to-variable-to-write-count-value\" width=\"410\" height=\"233\"><\/li><li> \u015eimdi \u201cshtCount\u201d de\u011fi\u015fkeninin de\u011ferini \u00e7al\u0131\u015fma kitab\u0131ndaki sayfa say\u0131s\u0131na e\u015fit olacak \u015fekilde ayarlay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"6-shtcount-de\u011ferini ayarlay\u0131n\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-definir-la-valeur-pour-le-shtcount.png\" sizes=\"auto, \" srcset=\"\" alt=\"set-the-value-for-the-shtcount\" width=\"438\" height=\"323\"><\/li><li> Bundan sonra, \u201cFor i\u201d anahtar kelimesini kullanarak d\u00f6ng\u00fc kodunu ba\u015flat\u0131n ve d\u00f6ng\u00fc sayac\u0131 i\u00e7in maksimum de\u011ferin yaprak say\u0131s\u0131n\u0131 kullan\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"7-ba\u015flang\u0131\u00e7 kodu\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-demarrer-le-code.png\" sizes=\"auto, \" srcset=\"\" alt=\"start-the-code\" width=\"439\" height=\"380\"><\/li><li> Buradan t\u00fcm sayfalar\u0131 g\u00f6zden ge\u00e7irmek i\u00e7in d\u00f6ng\u00fc sayac\u0131n\u0131 kullanman\u0131z ve her sayfan\u0131n A1 h\u00fccresine &#8220;Evet&#8221; de\u011ferini girmeniz gerekir. <br><img loading=\"lazy\" decoding=\"async\" title=\"8-d\u00f6ng\u00fcn\u00fcn-kar\u015f\u0131-d\u00f6ng\u00fcn\u00fcn kullan\u0131m\u0131\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/8-utilisez-le-compteur-de-boucle-pour-boucler.png\" sizes=\"auto, \" srcset=\"\" alt=\"use-the-loop-counter-to-loop\" width=\"430\" height=\"349\"><\/li><\/ol><p> <strong>Tam kod<\/strong><\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_loop_sheets() Dim i As Long Dim shtCount As Long shtCount = Sheets.Count For i = 1 To shtCount Sheets(i).Range(\"A1\").Value = \"Yes\" Next i End Sub<\/code><\/pre><p> Kapal\u0131 bir \u00e7al\u0131\u015fma kitab\u0131na g\u00f6z atmak istiyorsan\u0131z a\u015fa\u011f\u0131daki kodu kullan\u0131n.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_loop_sheets() Dim i As Long Dim shtCount As Long Set wb = Workbooks.Open(\"C:UsersDellDesktopsample-file.xlsx\") shtCount = wb.Sheets.Count Application.DisplayAlerts = False For i = 1 To shtCount wb.Sheets(i).Range(\"A1\").Value = \"Yes\" Next i wb.Close SaveChanges:=True Application.DisplayAlerts = True End Sub<\/code><\/pre><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\/donguler\/\">VBA D\u00f6ng\u00fcleri (Ba\u015flang\u0131\u00e7tan \u0130leri Seviyeye)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/davayi-sec\/\">VBA Se\u00e7me Vakas\u0131<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/bu-arada-yapmak\/\">Excel VBA Do While D\u00f6ng\u00fcs\u00fc ve (Do Loop While) \u2013 Bir K\u0131lavuz<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/aralik-boyunca-dongu\/\">VBA (S\u00fctunlar, Sat\u0131r ve Kullan\u0131lm\u0131\u015fRange) kullanarak bir aral\u0131kta d\u00f6ng\u00fc yap\u0131n<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/dongu-icin\/\">VBA FOR LOOP (Sonraki \u0130\u00e7in, Her Biri \u0130\u00e7in)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/1e-git\/\">GoTo VBA bildirimi<\/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-1538","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>Excel&#039;de VBA kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?<\/title>\n<meta name=\"description\" content=\"VBA (Visual Basic for Applications) kullanarak Excel&#039;deki t\u00fcm sayfalar aras\u0131nda ge\u00e7i\u015f yapmak i\u00e7in bir d\u00f6ng\u00fc yap\u0131s\u0131 kullanabilirsiniz.\" \/>\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\/dongu-yapraklari\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel&#039;de VBA kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?\" \/>\n<meta property=\"og:description\" content=\"VBA (Visual Basic for Applications) kullanarak Excel&#039;deki t\u00fcm sayfalar aras\u0131nda ge\u00e7i\u015f yapmak i\u00e7in bir d\u00f6ng\u00fc yap\u0131s\u0131 kullanabilirsiniz.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T06:02:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.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\/dongu-yapraklari\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/\",\"name\":\"Excel&#39;de VBA kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png\",\"datePublished\":\"2023-11-17T12:48:02+00:00\",\"dateModified\":\"2023-12-10T06:02:58+00:00\",\"description\":\"VBA (Visual Basic for Applications) kullanarak Excel&#39;deki t\u00fcm sayfalar aras\u0131nda ge\u00e7i\u015f yapmak i\u00e7in bir d\u00f6ng\u00fc yap\u0131s\u0131 kullanabilirsiniz.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/exceladvisor.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel&#39;de vba kullanarak t\u00fcm sayfalarda yineleme nas\u0131l 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":"Excel&#39;de VBA kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?","description":"VBA (Visual Basic for Applications) kullanarak Excel&#39;deki t\u00fcm sayfalar aras\u0131nda ge\u00e7i\u015f yapmak i\u00e7in bir d\u00f6ng\u00fc yap\u0131s\u0131 kullanabilirsiniz.","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\/dongu-yapraklari\/","og_locale":"tr_TR","og_type":"article","og_title":"Excel&#39;de VBA kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?","og_description":"VBA (Visual Basic for Applications) kullanarak Excel&#39;deki t\u00fcm sayfalar aras\u0131nda ge\u00e7i\u015f yapmak i\u00e7in bir d\u00f6ng\u00fc yap\u0131s\u0131 kullanabilirsiniz.","og_url":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T06:02:58+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.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\/dongu-yapraklari\/","url":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/","name":"Excel&#39;de VBA kullanarak t\u00fcm sayfalarda yineleme nas\u0131l yap\u0131l\u0131r?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/tr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png","datePublished":"2023-11-17T12:48:02+00:00","dateModified":"2023-12-10T06:02:58+00:00","description":"VBA (Visual Basic for Applications) kullanarak Excel&#39;deki t\u00fcm sayfalar aras\u0131nda ge\u00e7i\u015f yapmak i\u00e7in bir d\u00f6ng\u00fc yap\u0131s\u0131 kullanabilirsiniz.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-declarer-une-variable-a-referencer.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/tr\/dongu-yapraklari\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/exceladvisor.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Excel&#39;de vba kullanarak t\u00fcm sayfalarda yineleme nas\u0131l 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\/1538","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=1538"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1538\/revisions"}],"predecessor-version":[{"id":2627,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1538\/revisions\/2627"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/media?parent=1538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}