{"id":1495,"date":"2023-11-20T20:17:34","date_gmt":"2023-11-20T20:17:34","guid":{"rendered":"https:\/\/exceladvisor.org\/tr\/acik\/"},"modified":"2023-12-10T06:04:50","modified_gmt":"2023-12-10T06:04:50","slug":"acik","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/tr\/acik\/","title":{"rendered":"Parola olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?"},"content":{"rendered":"<div class=\"excel-icerikten-once\" id=\"excel-1449888064\"><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 sayfa veya e-tablo korumal\u0131ysa, kendisine uygulanan parolay\u0131 kullanarak korumay\u0131 kald\u0131rabilirsiniz. Bu e\u011fitimde sayfan\u0131n korumas\u0131n\u0131 nas\u0131l kald\u0131raca\u011f\u0131m\u0131z\u0131 \u00f6\u011frenece\u011fiz ve ayr\u0131ca sayfan\u0131n kilidini a\u00e7mak i\u00e7in \u015fifreyi hat\u0131rlamad\u0131\u011f\u0131n\u0131zda VBA&#8217;y\u0131 nas\u0131l kullanaca\u011f\u0131m\u0131z\u0131 da \u00f6\u011frenece\u011fiz.<\/p><h2 id=\"h-unprotect-or-unlock-a-sheet-with-a-password\" class=\"wp-block-heading\"> Parola i\u00e7eren bir sayfan\u0131n korumas\u0131n\u0131 kald\u0131r\u0131n veya kilidini a\u00e7\u0131n<\/h2><ol><li> \u00d6ncelikle Sayfa sekmesine sa\u011f t\u0131klay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"1-bir-sayfan\u0131n korumas\u0131n\u0131 kald\u0131r\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png\" sizes=\"auto, \" srcset=\"\" alt=\"1-unprotect-a-sheet\" width=\"438\" height=\"177\"><\/li><li> Bundan sonra \u201cSayfan\u0131n Korumas\u0131n\u0131 Kald\u0131r\u201d se\u00e7ene\u011fine t\u0131klay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"Korumay\u0131 kald\u0131r sayfas\u0131nda 2 t\u0131klama se\u00e7ene\u011fi\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-cliquez-sur-loption-deproteger-la-feuille.png\" sizes=\"auto, \" srcset=\"\" alt=\"2-click-on-unprotect-sheet-option\" width=\"316\" height=\"340\"><\/li><li> \u015eimdi giri\u015f \u00e7ubu\u011funa \u015fifreyi girin. <br><img loading=\"lazy\" decoding=\"async\" title=\"Korumay\u0131 kald\u0131rmak i\u00e7in 3-\u015fifre girin\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-entrez-le-mot-de-passe-pour-deproteger.png\" sizes=\"auto, \" srcset=\"\" alt=\"3-enter-password-to-unprotect\" width=\"359\" height=\"192\"><\/li><li> Sonunda sayfan\u0131n korumas\u0131n\u0131 kald\u0131rmak i\u00e7in Tamam&#8217;\u0131 t\u0131klay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"Korumay\u0131 kald\u0131rmak i\u00e7in 4 t\u0131klamayla tamam\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-cliquez-sur-ok-pour-deproteger.png\" sizes=\"auto, \" srcset=\"\" alt=\"4-click-ok-to-unprotect\" width=\"326\" height=\"119\"><\/li><\/ol><p> Bir sayfan\u0131n veya e-tablonun korumas\u0131n\u0131 kald\u0131rmak i\u00e7in bu basit ad\u0131mlar\u0131 uygulaman\u0131z gerekir. Ancak \u015fifreniz yoksa \u015fifreyi unutursunuz. Bu durumda farkl\u0131 bir y\u00f6ntem kullanman\u0131z gerekir.<\/p><h2 id=\"h-unlock-a-sheet-without-a-password\" class=\"wp-block-heading\"> Parola olmadan bir sayfan\u0131n kilidini a\u00e7ma<\/h2><p> Dedi\u011fim gibi bunun i\u00e7in VBA kodunu kullanman\u0131z gerekiyor. Ve kullanman\u0131z gereken kod a\u015fa\u011f\u0131dad\u0131r.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Sub<\/strong> unlock_sheet_without_password() 'Add the code Visual Basic Editor and Run it. <strong>Dim<\/strong> i <strong>As<\/strong> Integer, j <strong>As<\/strong> Integer, k <strong>As<\/strong> Integer <strong>Dim<\/strong> l <strong>As<\/strong> Integer, m <strong>As<\/strong> Integer, n <strong>As<\/strong> Integer <strong>Dim<\/strong> i1 <strong>As<\/strong> Integer, i2 <strong>As<\/strong> Integer, i3 <strong>As<\/strong> Integer <strong>Dim<\/strong> i4 <strong>As<\/strong> Integer, i5 <strong>As<\/strong> Integer, i6 <strong>As<\/strong> Integer <strong>On<\/strong> <strong>Error<\/strong> <strong>Resume<\/strong> <strong>Next<\/strong> <strong>For<\/strong> i = 65 <strong>To<\/strong> 66: <strong>For<\/strong> j = 65 <strong>To<\/strong> 66: <strong>For<\/strong> k = 65 <strong>To<\/strong> 66 <strong>For<\/strong> l = 65 <strong>To<\/strong> 66: <strong>For<\/strong> m = 65 <strong>To<\/strong> 66: <strong>For<\/strong> i1 = 65 <strong>To<\/strong> 66 <strong>For<\/strong> i2 = 65 <strong>To<\/strong> 66: <strong>For<\/strong> i3 = 65 <strong>To<\/strong> 66: <strong>For<\/strong> i4 = 65 <strong>To<\/strong> 66 <strong>For<\/strong> i5 = 65 <strong>To<\/strong> 66: <strong>For<\/strong> i6 = 65 <strong>To<\/strong> 66: <strong>For<\/strong> n = 32 <strong>To<\/strong> 126 ActiveSheet.Unprotect Chr(i) &amp; Chr(j) &amp; Chr(k) &amp; _ Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; Chr(i3) &amp; _ Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n) <strong>If<\/strong> ActiveSheet.ProtectContents = False <strong>Then<\/strong> MsgBox \"One usable password is \" &amp; Chr(i) &amp; Chr(j) &amp; _ Chr(k) &amp; Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; _ Chr(i3) &amp; Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n) <strong>Exit<\/strong> <strong>Sub<\/strong> <strong>End<\/strong> <strong>If<\/strong> <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> : <strong>Next<\/strong> <strong>End<\/strong> <strong>Sub<\/strong><\/code><\/pre><p class=\"qt-tip\"> <strong>Not<\/strong> : Bu kodu kullanmadan \u00f6nce bir dosya yede\u011fini kaydedin. Bazen \u015fifreyi \u00e7al\u0131\u015ft\u0131rmak ve k\u0131rmak zaman alabilir.<\/p><ol><li> Geli\u015ftirici sekmesine gidin ve <a href=\"https:\/\/exceladvisor.org\/tr\/gelistirici-sekmesi-ekle\/\">Visual Basic&#8217;e t\u0131klay\u0131n<\/a> . Geli\u015ftirici sekmeniz yoksa, <a href=\"https:\/\/exceladvisor.org\/tr\/gelistirici-sekmesi-ekle\/\">\u00f6nce onu etkinle\u015ftirmeniz<\/a> gerekir. <br><img loading=\"lazy\" decoding=\"async\" title=\"5-t\u0131klama-g\u00f6rsel-temel\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-clic-sur-visual-basic.png\" sizes=\"auto, \" srcset=\"\" alt=\"5-click-on-visual-basic\" width=\"557\" height=\"160\"><\/li><li> Pencerenin sa\u011f taraf\u0131nda sayfa ad\u0131na t\u0131klay\u0131n ve oradan yeni bir <a href=\"https:\/\/exceladvisor.org\/tr\/modul\/\">mod\u00fcl<\/a> ekleyin. <br><img loading=\"lazy\" decoding=\"async\" title=\"6-sayfa ad\u0131na t\u0131klay\u0131n ve yeni bir mod\u00fcl ekleyin\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-cliquez-sur-le-nom-de-la-feuille-et-inserez-un-nouveau-module.png\" sizes=\"auto, \" srcset=\"\" alt=\"6-click-on-sheet-name-and-insert-new-module\" width=\"421\" height=\"387\"><\/li><li> Pencerenizin sa\u011f taraf\u0131nda kod pencereniz var. Kodu oraya yap\u0131\u015ft\u0131r\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"7-kodu-buraya-yap\u0131\u015ft\u0131r\u0131n\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-collez-le-code-ici.png\" sizes=\"auto, \" srcset=\"\" alt=\"7-paste-the-code-here\" width=\"658\" height=\"450\"><\/li><li> Bundan sonra kodu \u00e7al\u0131\u015ft\u0131rmak i\u00e7in \u00c7al\u0131\u015ft\u0131r d\u00fc\u011fmesine t\u0131klay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"8-kodu \u00e7al\u0131\u015ft\u0131r\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/8-executer-le-code.png\" sizes=\"auto, \" srcset=\"\" alt=\"8-run-the-code\" width=\"444\" height=\"194\"><\/li><li> Sonu\u00e7ta kodu \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda, mesaj kutusunda sayfan\u0131n korumas\u0131n\u0131 kald\u0131rmak i\u00e7in kullanabilece\u011finiz k\u0131r\u0131k bir \u015fifre g\u00f6sterilir.<\/li><\/ol><h2 id=\"h-points-to-remember\" class=\"wp-block-heading\"> Paket servis<\/h2><ul><li> Bu kodu kullanmadan \u00f6nce bir dosya yede\u011fini kaydedin. Bu kodu \u00e7al\u0131\u015ft\u0131r\u0131rsan\u0131z Excel&#8217;in \u00e7\u00f6kmesine neden olabilirsiniz.<\/li><li> Excel 365 veya 2013 ile 2021 aras\u0131ndaki herhangi bir s\u00fcr\u00fcm\u00fc kullan\u0131yorsan\u0131z, \u00f6nce dosyay\u0131 XLS format\u0131nda kaydetmeniz, ard\u0131ndan da Excel 365&#8217;i k\u0131rman\u0131z gerekir.<\/li><li> Bu, ayn\u0131 anda yaln\u0131zca bir sayfa i\u00e7in i\u015fe yarar. Birden fazla sayfan\u0131z varsa kodu o kadar \u00e7al\u0131\u015ft\u0131rman\u0131z gerekir. <\/li><\/ul><div class=\"gb-container gb-container-3044ba66 gb-container-mt\"><p class=\"gb-headline gb-headline-b5bb6270 gb-headline-text\"> <strong><a href=\"https:\/\/exceladvisor.org\/tr\/excelin-temelleri\/\">Excel Temelleri<\/a><\/strong> \/ <strong><a href=\"https:\/\/exceladvisor.org\/tr\/calisma-kagidi\/\" data-wpil=\"url\">Excel Elektronik Tablosu<\/a><\/strong><\/p><h2 class=\"gb-headline gb-headline-819d540d gb-headline-text gb-headline-mt-heading\"> Daha fazla e\u011fitim <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-7f3d805a gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-7495e031\"><div class=\"gb-container gb-container-7495e031\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/tr\/eklemek\/\">Excel&#8217;e elektronik tablo ekleme<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/sekme-rengini-degistir\/\">Excel&#8217;de Sekme Rengini De\u011fi\u015ftirme (\u00c7al\u0131\u015fma Sayfas\u0131 Sekmesi)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/baslik-ekle\/\">Excel&#8217;de \u00e7al\u0131\u015fma sayfas\u0131na ba\u015fl\u0131k ekleme<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/1i-kopyala\/\">Bir sayfay\u0131 (e-tablo) kopyalama veya ta\u015f\u0131ma<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/hepsini-sec-1\/\">T\u00fcm \u00e7al\u0131\u015fma sayfalar\u0131n\u0131 (sayfalar\u0131) se\u00e7<\/a> <\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-530ab33a\"><div class=\"gb-container gb-container-530ab33a\"><\/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-1495","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 \u015eifre olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?<\/title>\n<meta name=\"description\" content=\"Bu h\u0131zl\u0131 k\u0131lavuz, Excel sayfas\u0131n\u0131n \u015fifreli veya \u015fifresiz korumas\u0131n\u0131 kald\u0131rman\u0131za veya kilidini a\u00e7man\u0131za yard\u0131mc\u0131 olacakt\u0131r. Bunu kontrol edelim.\" \/>\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\/acik\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 \u015eifre olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?\" \/>\n<meta property=\"og:description\" content=\"Bu h\u0131zl\u0131 k\u0131lavuz, Excel sayfas\u0131n\u0131n \u015fifreli veya \u015fifresiz korumas\u0131n\u0131 kald\u0131rman\u0131za veya kilidini a\u00e7man\u0131za yard\u0131mc\u0131 olacakt\u0131r. Bunu kontrol edelim.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/tr\/acik\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T06:04:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.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\/acik\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/acik\/\",\"name\":\"\u25b7 \u015eifre olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/acik\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/acik\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png\",\"datePublished\":\"2023-11-20T20:17:34+00:00\",\"dateModified\":\"2023-12-10T06:04:50+00:00\",\"description\":\"Bu h\u0131zl\u0131 k\u0131lavuz, Excel sayfas\u0131n\u0131n \u015fifreli veya \u015fifresiz korumas\u0131n\u0131 kald\u0131rman\u0131za veya kilidini a\u00e7man\u0131za yard\u0131mc\u0131 olacakt\u0131r. Bunu kontrol edelim.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/acik\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/tr\/acik\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/acik\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/acik\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/exceladvisor.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Parola olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\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 \u015eifre olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?","description":"Bu h\u0131zl\u0131 k\u0131lavuz, Excel sayfas\u0131n\u0131n \u015fifreli veya \u015fifresiz korumas\u0131n\u0131 kald\u0131rman\u0131za veya kilidini a\u00e7man\u0131za yard\u0131mc\u0131 olacakt\u0131r. Bunu kontrol edelim.","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\/acik\/","og_locale":"tr_TR","og_type":"article","og_title":"\u25b7 \u015eifre olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?","og_description":"Bu h\u0131zl\u0131 k\u0131lavuz, Excel sayfas\u0131n\u0131n \u015fifreli veya \u015fifresiz korumas\u0131n\u0131 kald\u0131rman\u0131za veya kilidini a\u00e7man\u0131za yard\u0131mc\u0131 olacakt\u0131r. Bunu kontrol edelim.","og_url":"https:\/\/exceladvisor.org\/tr\/acik\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T06:04:50+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.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\/acik\/","url":"https:\/\/exceladvisor.org\/tr\/acik\/","name":"\u25b7 \u015eifre olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\u0131l\u0131r?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/tr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/tr\/acik\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/acik\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png","datePublished":"2023-11-20T20:17:34+00:00","dateModified":"2023-12-10T06:04:50+00:00","description":"Bu h\u0131zl\u0131 k\u0131lavuz, Excel sayfas\u0131n\u0131n \u015fifreli veya \u015fifresiz korumas\u0131n\u0131 kald\u0131rman\u0131za veya kilidini a\u00e7man\u0131za yard\u0131mc\u0131 olacakt\u0131r. Bunu kontrol edelim.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/tr\/acik\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/tr\/acik\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/acik\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-deproteger-une-feuille.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/tr\/acik\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/exceladvisor.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Parola olmadan bir sayfan\u0131n kilidi nas\u0131l a\u00e7\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\/1495","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=1495"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1495\/revisions"}],"predecessor-version":[{"id":2767,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/1495\/revisions\/2767"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/media?parent=1495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}