{"id":1545,"date":"2023-11-17T10:14:05","date_gmt":"2023-11-17T10:14:05","guid":{"rendered":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/"},"modified":"2023-12-10T06:03:02","modified_gmt":"2023-12-10T06:03:02","slug":"aktif-hucre-1","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/","title":{"rendered":"Excel&#39;de vba&#39;da activecell nas\u0131l kullan\u0131l\u0131r?"},"content":{"rendered":"<div class=\"excel-icerikten-once\" id=\"excel-3719349005\"><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>VBA&#8217;da aktif h\u00fccre, o anda aktif olan h\u00fccreyi temsil eden bir \u00f6zelliktir. Bir h\u00fccre se\u00e7ti\u011finizde veya bir h\u00fccreye gitti\u011finizde ve bu ye\u015fil kutu o h\u00fccreyi kaplad\u0131\u011f\u0131nda, VBA kodunda o h\u00fccreye ba\u015fvurmak i\u00e7in ACTIVECELL \u00f6zelli\u011fini kullanabilirsiniz. Onunla birlikte gelen \u00f6zellikler ve y\u00f6ntemler var. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-53412\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png\" sizes=\"auto, \" srcset=\"\" alt=\"activecell \u00f6zelli\u011fini kullan\" width=\"416\" height=\"268\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Etkin h\u00fccre \u00f6zelli\u011fini kullan<\/h2><ol type=\"1\"><li> \u201cActiveCell\u201d anahtar kelimesini yaz\u0131n.<\/li><li> Listeden \u00f6zellikleri ve y\u00f6ntemleri almak i\u00e7in nokta (.) yaz\u0131n.<\/li><li> Kullanmak istedi\u011finiz \u00f6zelli\u011fi veya y\u00f6ntemi se\u00e7in.<\/li><li> Etkin h\u00fccrede etkinli\u011fi ger\u00e7ekle\u015ftirmek i\u00e7in kodu \u00e7al\u0131\u015ft\u0131r\u0131n. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-53413\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-executez-le-code-de-propriete-activecell.png\" sizes=\"auto, \" srcset=\"\" alt=\"activecell \u00f6zellik kodunu y\u00fcr\u00fct\" width=\"440\" height=\"307\"><\/figure><\/div><h2 class=\"wp-block-heading\"> \u00d6nemli noktalar<\/h2><ul><li> Etkin h\u00fccre \u00f6zelli\u011fini kulland\u0131\u011f\u0131n\u0131zda VBA, o anda ka\u00e7 \u00e7al\u0131\u015fma kitab\u0131n\u0131n a\u00e7\u0131k oldu\u011funa bak\u0131lmaks\u0131z\u0131n <a href=\"https:\/\/exceladvisor.org\/tr\/calisma-kitabini-etkinlestir\/\">etkin \u00e7al\u0131\u015fma kitab\u0131n\u0131n<\/a> <a href=\"https:\/\/exceladvisor.org\/tr\/sayfayi-etkinlestir\/\">etkin sayfas\u0131ndaki<\/a> etkin h\u00fccreyi ifade eder.<\/li><li> ActiveCell sonu\u00e7ta normal bir h\u00fccrenin t\u00fcm \u00f6zelliklerine ve y\u00f6ntemlerine sahip bir h\u00fccredir.<\/li><\/ul><h2 class=\"wp-block-heading\"> Se\u00e7ilen aral\u0131ktaki bir h\u00fccreyi etkinle\u015ftir<\/h2><p> VBA kodunu kullanarak bir h\u00fccreyi etkinle\u015ftirmek i\u00e7in &#8220;Etkinle\u015ftir&#8221; y\u00f6ntemini ve &#8220;Se\u00e7&#8221; y\u00f6ntemini iki \u015fekilde kullanabilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_activecell() 'select and entire range Range(\"A1:A10\").Select 'select the cell A3 from the selected range Range(\"A3\").Activate 'clears everything from the active cell ActiveCell.Clear End Sub<\/code><\/pre><p> Yukar\u0131daki kod \u00f6ncelikle A1:A10 aral\u0131\u011f\u0131n\u0131 se\u00e7er, ard\u0131ndan buradan A3 h\u00fccresini etkinle\u015ftirir ve sonunda aktif h\u00fccredeki yani A3 h\u00fccresindeki her \u015feyi temizler.<\/p><h2 class=\"wp-block-heading\"> Aktif h\u00fccrenin d\u00f6n\u00fc\u015f de\u011feri<\/h2><p> A\u015fa\u011f\u0131daki kod, bir <a href=\"https:\/\/exceladvisor.org\/tr\/vba-mesaj-kutusu\/\">mesaj kutusu<\/a> kullanarak etkin h\u00fccrenin de\u011ferini d\u00f6nd\u00fcr\u00fcr.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">MsgBox ActiveCell.Value<\/code><\/pre><p> Veya aktif h\u00fccrenin de\u011ferini al\u0131p ayr\u0131 bir h\u00fccreye yap\u0131\u015ft\u0131rmak istiyorsan\u0131z.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Range(\"A1\") = ActiveCell.Value<\/code><\/pre><h2 class=\"wp-block-heading\"> Etkin h\u00fccreyi bir de\u011fi\u015fkene ayarla<\/h2><p> A\u015fa\u011f\u0131daki \u00f6rnekte oldu\u011fu gibi etkin h\u00fccreyi <a href=\"https:\/\/exceladvisor.org\/tr\/degiskenler\/\">de\u011fi\u015fkene<\/a> de ayarlayabilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_activecell() 'declares the variable as range Dim myCell As Range 'set active cell to the variable Set myCell = ActiveCell 'enter value in the active cell myCell.Value = Done End Sub<\/code><\/pre><h2 class=\"wp-block-heading\"> ActiveCell&#8217;in sat\u0131r ve s\u00fctun numaras\u0131n\u0131 al\u0131n<\/h2><p> Aktif h\u00fccrede, aktif h\u00fccrenin sat\u0131r ve s\u00fctun say\u0131s\u0131n\u0131 almak i\u00e7in kullanabilece\u011finiz sat\u0131r ve s\u00fctun \u00f6zelli\u011fi bulunmaktad\u0131r.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">MsgBox ActiveCell.Row MsgBox ActiveCell.Column<\/code><\/pre><h2 class=\"wp-block-heading\"> Aktif h\u00fccre adresini al<\/h2><p> Etkin h\u00fccrenin adresini almak i\u00e7in adres \u00f6zelli\u011fini kullanabilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">MsgBox ActiveCell.Address<\/code><\/pre><p> Yukar\u0131daki kodu \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda size aktif \u00e7al\u0131\u015fma kitab\u0131n\u0131n aktif sayfas\u0131ndaki aktif h\u00fccrenin h\u00fccre adresinin bulundu\u011fu bir mesaj kutusu g\u00f6sterir (daha \u00f6nce de belirtti\u011fim gibi).<\/p><h2 class=\"wp-block-heading\"> Ofset kullanarak etkin h\u00fccreden hareket etme<\/h2><p> Ofset \u00f6zelli\u011fi ile etkin h\u00fccreden birka\u00e7 sat\u0131r ve s\u00fctun uzaktaki bir h\u00fccreye gidebilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">ActiveCell.Offset(2, 2).Select<\/code><\/pre><h2 class=\"wp-block-heading\"> Etkin h\u00fccrede bir aral\u0131k se\u00e7in<\/h2><p> Ayr\u0131ca aktif h\u00fccreden bir aral\u0131k da se\u00e7ebilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Range(ActiveCell.Offset(1, 1), ActiveCell.Offset(5, 5)).Select<\/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\/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><\/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-1545","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>\u25b7 Excel&#039;de VBA&#039;da ActiveCell nas\u0131l kullan\u0131l\u0131r?<\/title>\n<meta name=\"description\" content=\"VBA kullanarak Excel&#039;deki etkin h\u00fccreye ba\u015fvurmak i\u00e7in, a\u015fa\u011f\u0131dakilere eri\u015fmenizi sa\u011flayan ActiveCell \u00f6zelli\u011fini kullanman\u0131z gerekir:\" \/>\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\/aktif-hucre-1\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Excel&#039;de VBA&#039;da ActiveCell nas\u0131l kullan\u0131l\u0131r?\" \/>\n<meta property=\"og:description\" content=\"VBA kullanarak Excel&#039;deki etkin h\u00fccreye ba\u015fvurmak i\u00e7in, a\u015fa\u011f\u0131dakilere eri\u015fmenizi sa\u011flayan ActiveCell \u00f6zelli\u011fini kullanman\u0131z gerekir:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T06:03:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.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\/aktif-hucre-1\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/\",\"name\":\"\u25b7 Excel&#39;de VBA&#39;da ActiveCell nas\u0131l kullan\u0131l\u0131r?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png\",\"datePublished\":\"2023-11-17T10:14:05+00:00\",\"dateModified\":\"2023-12-10T06:03:02+00:00\",\"description\":\"VBA kullanarak Excel&#39;deki etkin h\u00fccreye ba\u015fvurmak i\u00e7in, a\u015fa\u011f\u0131dakilere eri\u015fmenizi sa\u011flayan ActiveCell \u00f6zelli\u011fini kullanman\u0131z gerekir:\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/exceladvisor.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel&#39;de vba&#39;da activecell nas\u0131l kullan\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":"\u25b7 Excel&#39;de VBA&#39;da ActiveCell nas\u0131l kullan\u0131l\u0131r?","description":"VBA kullanarak Excel&#39;deki etkin h\u00fccreye ba\u015fvurmak i\u00e7in, a\u015fa\u011f\u0131dakilere eri\u015fmenizi sa\u011flayan ActiveCell \u00f6zelli\u011fini kullanman\u0131z gerekir:","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\/aktif-hucre-1\/","og_locale":"tr_TR","og_type":"article","og_title":"\u25b7 Excel&#39;de VBA&#39;da ActiveCell nas\u0131l kullan\u0131l\u0131r?","og_description":"VBA kullanarak Excel&#39;deki etkin h\u00fccreye ba\u015fvurmak i\u00e7in, a\u015fa\u011f\u0131dakilere eri\u015fmenizi sa\u011flayan ActiveCell \u00f6zelli\u011fini kullanman\u0131z gerekir:","og_url":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T06:03:02+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.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\/aktif-hucre-1\/","url":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/","name":"\u25b7 Excel&#39;de VBA&#39;da ActiveCell nas\u0131l kullan\u0131l\u0131r?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/tr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png","datePublished":"2023-11-17T10:14:05+00:00","dateModified":"2023-12-10T06:03:02+00:00","description":"VBA kullanarak Excel&#39;deki etkin h\u00fccreye ba\u015fvurmak i\u00e7in, a\u015fa\u011f\u0131dakilere eri\u015fmenizi sa\u011flayan ActiveCell \u00f6zelli\u011fini kullanman\u0131z gerekir:","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-utiliser-la-propriete-activecell.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/tr\/aktif-hucre-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/exceladvisor.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Excel&#39;de vba&#39;da activecell nas\u0131l kullan\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\/1545","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=1545"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1545\/revisions"}],"predecessor-version":[{"id":2630,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1545\/revisions\/2630"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/media?parent=1545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}