{"id":1657,"date":"2023-11-13T16:18:06","date_gmt":"2023-11-13T16:18:06","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/"},"modified":"2023-12-06T05:57:14","modified_gmt":"2023-12-06T05:57:14","slug":"schuifbalk","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/","title":{"rendered":"Hoe de schuifbalk in excel te herstellen?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-4171649389\"><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>Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om deze terug te krijgen. En in deze tutorial gaan we het bespreken. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-88989\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png\" sizes=\"auto, \" srcset=\"\" alt=\"verborgen schuifbalk in Excel\" width=\"660\" height=\"192\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Toon schuifbalk(en) vanuit Excel-opties<\/h2><p> Gebruik de onderstaande stappen:<\/p><ol type=\"1\"><li> Ga naar het tabblad Bestand.<\/li><li> Open Excel-opties.<\/li><li> Klik op het tabblad Geavanceerd.<\/li><li> Scroll naar beneden en vink beide vakjes aan.<\/li><li> Klik op OK om op te slaan. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-88990\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-afficher-la-barre-de-defilement-dans-Excel.png\" sizes=\"auto, \" srcset=\"\" alt=\"toon schuifbalk achteruit in Excel\" width=\"580\" height=\"389\"><\/figure><\/div><p> Op het moment dat je op OK klikt, krijg je beide schuifbalken terug. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-88991\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-barre-de-defilement-dans-excel.png\" sizes=\"auto, \" srcset=\"\" alt=\"schuifbalk-terug-in-excel\" width=\"598\" height=\"195\"><\/figure><\/div><p> Een schuifbalk verbergen of weergeven is een instelling op werkmapniveau. Wanneer u een schuifbalk verbergt, wijzigt Excel alleen de huidige (actieve) werkmap.<\/p><h2 class=\"wp-block-heading\"> VBA-code gebruiken om schuifbalk weer te geven<\/h2><p> U kunt ook VBA-code gebruiken om een schuifbalk in het Excel-venster weer te geven.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub ScrollBarOn()    With ActiveWindow        .DisplayHorizontalScrollBar = True        .DisplayVerticalScrollBar = True    End With End Sub<\/code><\/pre><ul><li> Ga naar het <a href=\"https:\/\/exceladvisor.org\/nl\/voeg-een-ontwikkelaarstabblad-toe\/\">tabblad Ontwikkelaar<\/a> .<\/li><li> Open <a href=\"https:\/\/exceladvisor.org\/nl\/eenvoudige-visuele-editor\/\">de Visual Basic-editor<\/a> .<\/li><li> Voeg een <a href=\"https:\/\/exceladvisor.org\/nl\/module\/\">module<\/a> in.<\/li><li> Plak de code en <a href=\"https:\/\/exceladvisor.org\/nl\/voer-een-macro-uit-2\/\">voer deze uit<\/a> . <\/li><\/ul><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-88992\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-code-vba-pour-obtenir-la-barre-de-defilement.png\" sizes=\"auto, \" srcset=\"\" alt=\"vba-code-om-scrollbalk te krijgen\" width=\"626\" height=\"284\"><\/figure><\/div><p> En als je het wilt verbergen, gebruik dan de volgende code.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub ScrollBarOff()    With ActiveWindow        .DisplayHorizontalScrollBar = False        .DisplayVerticalScrollBar = False    End With End Sub<\/code><\/pre><div class=\"gb-container gb-container-29c351cb gb-container-mt\"> <a class=\"gb-button gb-button-3f93e23e gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/nl\/excel-basisbeginselen\/\">Basiskennis van Microsoft Excel (componenten, onderdelen en kennisnotities)<\/a><h2 class=\"gb-headline gb-headline-039c6b39 gb-headline-text gb-headline-mt-heading\"> Meer tutorials <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a21eef70 gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-8876d83d\"><div class=\"gb-container gb-container-8876d83d\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/volledig-rechtvaardigen\/\">Vul Uitvullen in Excel in<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/schilder-formaat\/\">Format Painter in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/snelle-toegangsbalk\/\">Werkbalk Snelle toegang in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/excel-formulebalk\/\">Formulebalk in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/liniaal\/\">Toon liniaal in Excel<\/a> <\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-ee06a2c7\"><div class=\"gb-container gb-container-ee06a2c7\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/lintje\/\">Lint in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/uitlijning\/\">Uitlijning in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/sla-bestand-op\/\">Sla een bestand op in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/automatisch-rollende-maanden\/\">Automatisch voortrollende maanden in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/kijkje-achter-de-schermen\/\">Open de Backstage-weergave in Excel<\/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-1657","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 Hoe de schuifbalk in Excel herstellen?<\/title>\n<meta name=\"description\" content=\"Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om dit te doen\" \/>\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\/nl\/schuifbalk\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Hoe de schuifbalk in Excel herstellen?\" \/>\n<meta property=\"og:description\" content=\"Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om dit te doen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:57:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/\",\"name\":\"\u25b7 Hoe de schuifbalk in Excel herstellen?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png\",\"datePublished\":\"2023-11-13T16:18:06+00:00\",\"dateModified\":\"2023-12-06T05:57:14+00:00\",\"description\":\"Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om dit te doen\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe de schuifbalk in excel te herstellen?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"name\":\"Excel Advisor\",\"description\":\"Uw gids voor datadominantie\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u25b7 Hoe de schuifbalk in Excel herstellen?","description":"Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om dit te doen","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\/nl\/schuifbalk\/","og_locale":"nl_NL","og_type":"article","og_title":"\u25b7 Hoe de schuifbalk in Excel herstellen?","og_description":"Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om dit te doen","og_url":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:57:14+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/","url":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/","name":"\u25b7 Hoe de schuifbalk in Excel herstellen?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png","datePublished":"2023-11-13T16:18:06+00:00","dateModified":"2023-12-06T05:57:14+00:00","description":"Als de schuifbalk in Excel verborgen is of als u deze niet in het Excel-venster kunt weergeven, zijn er twee snelle manieren om dit te doen","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/schuifbalk\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-barre-de-defilement-cachee-dans-excel.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/schuifbalk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe de schuifbalk in excel te herstellen?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/nl\/#website","url":"https:\/\/exceladvisor.org\/nl\/","name":"Excel Advisor","description":"Uw gids voor datadominantie","publisher":{"@id":"https:\/\/exceladvisor.org\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/nl\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/comments?post=1657"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1657\/revisions"}],"predecessor-version":[{"id":2369,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1657\/revisions\/2369"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}