{"id":5892,"date":"2014-01-28T06:10:59","date_gmt":"2014-01-28T12:10:59","guid":{"rendered":"http:\/\/aplicaexcelcontable.com\/blog\/?p=5892"},"modified":"2024-12-09T04:58:15","modified_gmt":"2024-12-09T10:58:15","slug":"macros-privadas","status":"publish","type":"post","link":"https:\/\/aplicaexcelcontable.com\/blog\/macros-privadas.html","title":{"rendered":"Macros Privadas &#8211; Curso Basico de VBA"},"content":{"rendered":"<h1 style=\"text-align: center;\">Macros Privadas &#8211; Curso Basico de VBA<\/h1>\n<p style=\"text-align: justify;\">Comencemos con el articulo del&nbsp;<strong>Curso Basico de VBA &#8211; Macros Privadas:&nbsp;<\/strong>Vamos a un tema que te encantara, pero antes tengo una pregunta para ti: Ya viste el tema anterior?<\/p>\n<p style=\"text-align: justify;\">Y si todav\u00eda no lo has visto, te invito a que lo veas <span style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-como-crear-tu-firma-digital.html\" style=\"outline: none;\" target=\"_blank\"><strong>pulsando clic aqu\u00ed<\/strong><\/a><\/span>. Una vez termines de ver el tema, regresa nuevamente aqu\u00ed y continua con el tema de hoy.<\/p>\n<p style=\"text-align: justify;\">El tema de hoy es muy importante, sabes por que? Por que aprender\u00e1s a privatizar tus Macros, tambi\u00e9n descubrir\u00e1s el secreto de como mostrar las Macros ocultas.<\/p>\n<h2 style=\"text-align: center;\">Pasos para hacer Macros Privadas<\/h2>\n<p style=\"text-align: justify;\">Recuerda que puedes visualizar las Macros de tu libro desde la pesta\u00f1a \u00abDesarrollador\u00bb = &gt; \u00abMacro\u00bb = &gt; \u00abMacros\u00bb. Ver\u00e1s que se abre un cuadro como el siguiente:<\/p>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Macros Privadas\" width=\"444\" height=\"368\" title=\"Macros1\" data-id=\"42150\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/03\/Macros1.png\" style=\"aspect-ratio: auto 444 \/ 368;\" data-width=\"444\" data-height=\"368\" data-init-width=\"444\" data-init-height=\"368\"><\/span><\/p>\n<p style=\"text-align: justify;\">En el mismo figuran los nombres de las Macros creadas, as\u00ed que solo tienes que seleccionar la Macro y luego hacer clic en el bot\u00f3n de \u00abEjecutar\u00bb.<\/p>\n<p style=\"text-align: justify;\">Y si por alguna raz\u00f3n no desearas que figuren las Macros del libro en dicho cuadro puedes hacerlo utilizando la instrucci\u00f3n Private cuando escribas tu Macro.<\/p>\n<p style=\"text-align: justify;\">Debes utilizar dicha instrucci\u00f3n delante de la palabra Sub. De este modo solo ocultar\u00e1s la Macro en cuesti\u00f3n. Por ejemplo:<\/p>\n<p style=\"text-align: justify;\">Private Sub MiMacro()<\/p>\n<p style=\"text-align: justify;\">&#8216;Esta macro no aparecer\u00e1 en la lista de macros<\/p>\n<p style=\"text-align: justify;\">&#8216;C\u00f3digo de tu macro aqu\u00ed<\/p>\n<p style=\"text-align: justify;\">End Sub<\/p>\n<p style=\"text-align: justify;\">Adem\u00e1s, si tienes muchas Macros en el m\u00f3dulo y quieres ocultarlas todas, en lugar de escribir la palabra Private en cada una de ellas, puedes colocar la siguiente instrucci\u00f3n al comienzo de tu M\u00f3dulo:<\/p>\n<p style=\"text-align: justify;\">Option Private Module<\/p>\n<p style=\"text-align: justify;\">De esta forma todas las macros de dicho m\u00f3dulo quedar\u00e1n ocultas. Hasta aqu\u00ed el tema Macros Privadas, no olvides que cada post contiene nueva informaci\u00f3n que te ayudara a programar en VBA.<\/p>\n<p style=\"text-align: justify;\">Si te ha gustado el tema de hoy, te invito a que lo compartas con tus amigos de Facebook pulsando clic en el bot\u00f3n compartir:<\/p>\n<h3 style=\"\">Para Finalizar con macros privadas:<\/h3>\n<p style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \u00abProgramar en Excel &#8211; Macros Privadas\u00bb.<\/p>\n<p style=\"text-align: justify;\">Por lo tanto:<\/p>\n<p style=\"text-align: justify;\">D\u00e9jame tu comentario con dudas, cr\u00edticas constructivas y sugerencia en la secci\u00f3n de comentarios o bien en el Chat. Al mismo tiempo te invito a que visites nuestra pagina de Facebook, <span style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\" rel=\"noopener\"><strong>pulsando clic aqu\u00ed<\/strong><\/a><\/span>.<\/p>\n<p style=\"\">Cualquier duda o pregunta, puedes escribirme directamente en la<span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\">&nbsp;<\/span><a href=\"#comentario\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\">secci\u00f3n de comentarios<\/span><\/a>, en la <a href=\"https:\/\/aplicaexcelcontable.com\/blog\/contacto\" target=\"_blank\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(231, 100, 224) !important;\" data-text-highlight=\"bubble\">pagina del chat<\/span><\/a>, directamente en <span style=\"--tcb-text-highlight-color: rgb(30, 184, 76) !important;\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p>\n<p style=\"\">Te saluda,<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p>\n<p style=\"\"><strong>Roger Perez \u2013 Aplica Excel Contable<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Macros Privadas &#8211; Curso Basico de VBA Comencemos con el articulo del&nbsp;Curso Basico de VBA &#8211; Macros Privadas:&nbsp;Vamos a un tema que te encantara, pero antes tengo una pregunta para ti: Ya viste el tema anterior? Y si todav\u00eda no lo has visto, te invito a que lo veas pulsando clic aqu\u00ed. Una vez termines [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":34614,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"<div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-169d4eb500e\" style=\"text-align: center;\" class=\"\">Macros Privadas - Curso Basico de VBA<\/h1><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-169d554966c\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-169d54e7296\"><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Comencemos con el articulo del&nbsp;<strong>Curso Basico de VBA - Macros Privadas:&nbsp;<\/strong>Vamos a un tema que te encantara, pero antes tengo una pregunta para ti: Ya viste el tema anterior?<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Y si todav\u00eda no lo has visto, te invito a que lo veas <span style=\"color: rgb(0, 23, 255);\" data-css=\"tve-u-169d55f88dc\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-como-crear-tu-firma-digital.html\" class=\"\" style=\"outline: none;\" target=\"_blank\"><strong>pulsando clic aqu\u00ed<\/strong><\/a><\/span>. Una vez termines de ver el tema, regresa nuevamente aqu\u00ed y continua con el tema de hoy.<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">El tema de hoy es muy importante, sabes por que? Por que aprender\u00e1s a privatizar tus Macros, tambi\u00e9n descubrir\u00e1s el secreto de como mostrar las Macros ocultas.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-169d56c19f4\" style=\"text-align: center;\" class=\"\">Pasos para hacer Macros Privadas<\/h2><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-193ab111f8b\" style=\"\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-169d554966c\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-169d54e7296\"><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Recuerda que puedes visualizar las Macros de tu libro desde la pesta\u00f1a \"Desarrollador\" = &gt; \"Macro\" = &gt; \"Macros\". Ver\u00e1s que se abre un cuadro como el siguiente:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169d58beb65\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-42150\" alt=\"Macros Privadas\" width=\"444\" height=\"368\" title=\"Macros1\" data-id=\"42150\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/03\/Macros1.png\" style=\"aspect-ratio: auto 444 \/ 368;\" data-width=\"444\" data-height=\"368\" data-init-width=\"444\" data-init-height=\"368\"><\/span><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-169d554966c\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-169d54e7296\"><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">En el mismo figuran los nombres de las Macros creadas, as\u00ed que solo tienes que seleccionar la Macro y luego hacer clic en el bot\u00f3n de \"Ejecutar\".<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Y si por alguna raz\u00f3n no desearas que figuren las Macros del libro en dicho cuadro puedes hacerlo utilizando la instrucci\u00f3n Private cuando escribas tu Macro.<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Debes utilizar dicha instrucci\u00f3n delante de la palabra Sub. De este modo solo ocultar\u00e1s la Macro en cuesti\u00f3n. Por ejemplo:<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Private Sub MiMacro()<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">'Esta macro no aparecer\u00e1 en la lista de macros<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">'C\u00f3digo de tu macro aqu\u00ed<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">End Sub<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Adem\u00e1s, si tienes muchas Macros en el m\u00f3dulo y quieres ocultarlas todas, en lugar de escribir la palabra Private en cada una de ellas, puedes colocar la siguiente instrucci\u00f3n al comienzo de tu M\u00f3dulo:<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Option Private Module<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">De esta forma todas las macros de dicho m\u00f3dulo quedar\u00e1n ocultas. Hasta aqu\u00ed el tema Macros Privadas, no olvides que cada post contiene nueva informaci\u00f3n que te ayudara a programar en VBA.<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Si te ha gustado el tema de hoy, te invito a que lo compartas con tus amigos de Facebook pulsando clic en el bot\u00f3n compartir:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_social_custom thrv_social\" data-counts=\"\" data-min_shares=\"0\" data-css=\"tve-u-169d5aaf8c1\">\n<div class=\"tve_social_items tve_social_custom tve_style_1 tve_social_itb\">\n<div class=\"tve_s_item tve_s_fb_share\" data-s=\"fb_share\" data-href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-macros-privadas.html\" data-label=\"Compartir\">\n\t<a href=\"javascript:void(0)\" class=\"tve_s_link\"><span class=\"tve_s_icon thrv-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tcb-facebook\" viewBox=\"0 0 16 28\"><path d=\"M14.984 0.187v4.125h-2.453q-1.344 0-1.813 0.562t-0.469 1.687v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406q0-2.906 1.625-4.508t4.328-1.602q2.297 0 3.563 0.187z\"><\/path><\/svg><\/span><span class=\"tve_s_text\">Compartir<\/span><span class=\"tve_s_count\">0<\/span><\/a>\n<\/div>\n<\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-169d5c88934\" class=\"\" style=\"\">Para Finalizar con macros privadas:<\/h3><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-193ab120135\" style=\"\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-169d554966c\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-169d54e7296\"><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \"Programar en Excel - Macros Privadas\".<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">Por lo tanto:<\/p><p data-css=\"tve-u-169d54e729c\" style=\"text-align: justify;\">D\u00e9jame tu comentario con dudas, cr\u00edticas constructivas y sugerencia en la secci\u00f3n de comentarios o bien en el Chat. Al mismo tiempo te invito a que visites nuestra pagina de Facebook, <span style=\"color: rgb(0, 23, 255);\" data-css=\"tve-u-169d5c23331\"><a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\"><strong>pulsando clic aqu\u00ed<\/strong><\/a><\/span>.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-193ab11d0e8\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-193ab11d0e6\"><div class=\"thrv_wrapper thrv_text_element tcb-highlight-added\">\t<p style=\"\">Cualquier duda o pregunta, puedes escribirme directamente en la<span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\" data-css=\"tve-u-193ab11d0e9\">&nbsp;<\/span><a href=\"#comentario\" class=\"tve-jump-scroll\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\" data-css=\"tve-u-193ab11d0ea\">secci\u00f3n de comentarios<\/span><\/a>, en la <a href=\"https:\/\/aplicaexcelcontable.com\/blog\/contacto\" target=\"_blank\" class=\"\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(231, 100, 224) !important;\" data-css=\"tve-u-193ab11d0eb\" data-text-highlight=\"bubble\">pagina del chat<\/span><\/a>, directamente en <span style=\"--tcb-text-highlight-color: rgb(30, 184, 76) !important;\" data-css=\"tve-u-193ab11d0ec\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\" data-css=\"tve-u-193ab11d0ed\"><\/span><\/p><p style=\"\">Te saluda,<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p><p style=\"\"><strong>Roger Perez \u2013 Aplica Excel Contable<\/strong><\/p><\/div><\/div>\n<\/div>","tve_custom_css":"@media (min-width: 300px){:not(#tve) [data-css=\"tve-u-169d4eb500e\"] { font-size: 42px !important; color: rgb(255, 0, 0) !important; }[data-css=\"tve-u-169d54e7296\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-169d54e729c\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-169d554966c\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }[data-css=\"tve-u-169d55f88dc\"] { color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-169d56c19f4\"] { font-size: 38px !important; color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-169d58beb65\"] { width: 444px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169d5aaf8c1\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169d5c23331\"] { color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-169d5c88934\"] { font-size: 32px !important; color: rgb(0, 23, 255) !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 50px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper { width: calc(33.3333% - 13.3333px); }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:nth-child(n+4) { margin-top: 20px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:not(:nth-child(n+4)) { margin-top: 0px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:not(:nth-child(3n)) { margin-right: 20px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:nth-child(3n) { margin-right: 0px !important; }[data-css=\"tve-u-193ab111f8b\"] { margin-top: 10px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-193ab11d0e6\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab11d0e6\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-193ab11d0e6\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-193ab11d0e8\"] { margin-top: 10px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-193ab11d0e9\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-193ab11d0ea\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-193ab11d0eb\"] { --tve-highlight-background: url(\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20314%20114%22%20preserveAspectRatio%3D'none'%3E%0A%09%09%09%09%09%3Cpath%20d%3D%22M149.412%202.398C98.053%204.579%2074.996%207.562%2053.903%2014.754%2028.892%2023.283%208.503%2040.617%202.929%2058.09c-4.148%2013.004-.464%2026.402%2010.207%2037.118%205.664%205.687%2015.228%2012.328%2021.753%2015.104%202.939%201.25%208.598%202.708%2010.559%202.72%201.16.008%201.111-.129-.909-2.543-2.554-3.05-4.753-7.567-4.761-9.775-.008-2.502%202.482-6.937%204.862-8.661%205.613-4.066%2020.333-6.115%2050.607-7.046%2012.81-.394%2019.622.068%2047.623%203.231%2057%206.439%2066.925%207.222%2091.845%207.248%2016.516.016%2020.951-.139%2026.167-.919%2020.12-3.007%2032.633-8.401%2041.489-17.883%206.859-7.344%2010.154-16.516%2010.254-28.537.032-3.902-.231-7.704-.651-9.42-5.257-21.464-31.961-33.668-80.137-36.622-11.85-.727-62.651-.546-82.425.293%22%2F%3E%0A%09%09%09%09%3C%2Fsvg%3E\"); --tcb-text-highlight-color: #2ABB61 !important; }[data-css=\"tve-u-193ab11d0ec\"] { --tcb-text-highlight-color: rgb(30, 184, 76) !important; }[data-css=\"tve-u-193ab11d0ed\"] { --tcb-text-highlight-color: transparent !important; }[data-css=\"tve-u-193ab120135\"] { margin-bottom: 10px !important; }}@media (max-width: 1023px){:not(#tve) [data-css=\"tve-u-169d4eb500e\"] { font-size: 25px !important; }:not(#tve) [data-css=\"tve-u-169d56c19f4\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-169d5c88934\"] { font-size: 22px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-169d4eb500e\"] { font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-169d56c19f4\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-169d5c88934\"] { font-size: 20px !important; }}","tve_user_custom_css":"","tve_globals":{"e":"1","font_cls":[]},"tcb2_ready":1,"tcb_editor_enabled":1,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"categories":[4,22],"tags":[293,292,27,295,294],"class_list":["post-5892","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programar-en-excel","category-curso-basico-de-vba","tag-aprender-excel","tag-excel-y-contabilidad","tag-macros","tag-plantillas-excel","tag-programar-en-excel","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/5892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/comments?post=5892"}],"version-history":[{"count":0,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/5892\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media\/34614"}],"wp:attachment":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media?parent=5892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/categories?post=5892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/tags?post=5892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}