{"id":1892,"date":"2023-10-29T18:40:55","date_gmt":"2023-10-29T18:40:55","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/"},"modified":"2023-12-06T05:52:25","modified_gmt":"2023-12-06T05:52:25","slug":"hyperlink-uitpakken","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/","title":{"rendered":"Hoe webadressen extraheren in excel?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-1377893015\"><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 class=\"has-text-align-left\">Stel dat u van uw collega een Excel-werkmap ontvangt waarin u een lijst met hyperlinks in \u00e9\u00e9n kolom heeft staan. Nu wilt u uit deze lijst alle hyperlink-URL&#8217;s extraheren.<\/p><p> De handmatige methode is een echte hoofdpijn, je moet elke URL \u00e9\u00e9n voor \u00e9\u00e9n kopi\u00ebren en plakken. De beste manier is dus om een UDF in VBA te maken . En vandaag wil ik een eenvoudige code voor deze UDF met u delen.<\/p><h2 class=\"wp-block-heading\"> VBA-code om hyperlink-URL&#8217;s te extraheren<\/h2><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Function GiveMeURL(rng As Range) As String On Error Resume Next GiveMeURL = rng.Hyperlinks(1).Address End Function<\/code><\/pre><h2 class=\"wp-block-heading\"> Hoe deze code te gebruiken<\/h2><p> Om deze UDF te gebruiken, moet u deze stappen volgen:<\/p><ol><li> Open de Visual Basic Editor vanaf het tabblad Ontwikkelaars of gebruik de sneltoets ALT+F11.<\/li><li> Plaats een nieuwe module, plak de bovenstaande code erin en sluit deze.<\/li><li> Voer nu in uw spreadsheet de functie <strong><mark class=\"has-inline-color\" style=\"background-color: #f5e053;\">=GiveMeURL(A1)<\/mark><\/strong> in en druk op Enter.<\/li><\/ol><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\/nl\/vba\/\">Wat is VBA<\/a><h2 class=\"gb-headline gb-headline-665e5f6b gb-headline-text gb-headline-mt-heading\"> Gerelateerde tutorials <\/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\/nl\/markeer-dubbele-waarden\/\">Markeer dubbele waarden met VBA<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/invoerveld\/\">Invoervak in VBA<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tekstbestanden\/\">VBA maken en schrijven naar een tekstbestand<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/scherm-bijwerken\/\">VBA-schermupdate<\/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-1892","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>Hoe webadressen extraheren in Excel? (Tutorial 2023)<\/title>\n<meta name=\"description\" content=\"Stel dat u van uw collega een werkboek heeft ontvangen waarin u een lijst met hyperlinks heeft en dat wilt u ook 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\/hyperlink-uitpakken\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe webadressen extraheren in Excel? (Tutorial 2023)\" \/>\n<meta property=\"og:description\" content=\"Stel dat u van uw collega een werkboek heeft ontvangen waarin u een lijst met hyperlinks heeft en dat wilt u ook doen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:52:25+00:00\" \/>\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\/hyperlink-uitpakken\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/\",\"name\":\"Hoe webadressen extraheren in Excel? (Tutorial 2023)\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"datePublished\":\"2023-10-29T18:40:55+00:00\",\"dateModified\":\"2023-12-06T05:52:25+00:00\",\"description\":\"Stel dat u van uw collega een werkboek heeft ontvangen waarin u een lijst met hyperlinks heeft en dat wilt u ook doen\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe webadressen extraheren in excel?\"}]},{\"@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":"Hoe webadressen extraheren in Excel? (Tutorial 2023)","description":"Stel dat u van uw collega een werkboek heeft ontvangen waarin u een lijst met hyperlinks heeft en dat wilt u ook 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\/hyperlink-uitpakken\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe webadressen extraheren in Excel? (Tutorial 2023)","og_description":"Stel dat u van uw collega een werkboek heeft ontvangen waarin u een lijst met hyperlinks heeft en dat wilt u ook doen","og_url":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:52:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/","url":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/","name":"Hoe webadressen extraheren in Excel? (Tutorial 2023)","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"datePublished":"2023-10-29T18:40:55+00:00","dateModified":"2023-12-06T05:52:25+00:00","description":"Stel dat u van uw collega een werkboek heeft ontvangen waarin u een lijst met hyperlinks heeft en dat wilt u ook doen","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/hyperlink-uitpakken\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe webadressen extraheren in excel?"}]},{"@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\/1892","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=1892"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1892\/revisions"}],"predecessor-version":[{"id":2900,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1892\/revisions\/2900"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}