{"id":2247,"date":"2013-11-14T06:00:26","date_gmt":"2013-11-14T12:00:26","guid":{"rendered":"http:\/\/aplicaexcelcontable.com\/blog\/?p=2247"},"modified":"2024-12-06T13:28:00","modified_gmt":"2024-12-06T19:28:00","slug":"como-comenzar-en-vba","status":"publish","type":"post","link":"https:\/\/aplicaexcelcontable.com\/blog\/como-comenzar-en-vba.html","title":{"rendered":"Como Comenzar en VBA &#8211; Curso Basico de VBA"},"content":{"rendered":"<h1 style=\"text-align: center;\">Como comenzar en VBA &#8211; Curso basico de VBA<\/h1>\n<p style=\"text-align: justify;\">Comencemos con el articulo <strong>Programar en Excel &#8211; Como comenzar en VBA:&nbsp;<\/strong>Si todav\u00eda no has visto el tema anterior, te invito a que lo leas ahora <span style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-conociendo-el-lenguaje-de-vba.html\"><strong>pulsando clic aqu\u00ed<\/strong><\/a><\/span>.<\/p>\n<p style=\"text-align: justify;\">Una vez termines de leer el tema anterior vuelve ha este tema para continuar. Hoy vamos a ver <strong>Como comenzar en VBA<\/strong>, y para eso vamos conocer la Barra de Herramientas de VBA en Excel.<\/p>\n<h2 style=\"text-align: center;\">Sabes como comenzar en VBA?<\/h2>\n<p style=\"text-align: justify;\">Antes de comenzar a Programar Macros es necesario que conozcas la Barra de Herramientas VBA y las distintas formas de acceder al editor de Macros, que es la Herramienta donde escribir\u00e1s el c\u00f3digo de las mismas. En las secciones siguientes te ense\u00f1aremos ambos conceptos.<\/p>\n<h2 style=\"text-align: center;\">Comenzar en VBA &#8211; Barra de Herramientas VBA<\/h2>\n<p style=\"text-align: justify;\">Primeramente, a la hora de empezar a Programar Macros debemos familiarizarnos con las Herramientas que nos ofrece Excel para programarlas. Excel posee una Barra de Herramientas de Macros o VBA.<\/p>\n<p style=\"text-align: justify;\">Y puedes acceder a la misma desde la pesta\u00f1a \u00abDesarrollador\u00bb &gt; secci\u00f3n \u00abC\u00f3digos\u00bb. Dicho Men\u00fa se ve como en la Fotograf\u00eda a continuaci\u00f3n:<\/p>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Como Comenzar en VBA\" width=\"630\" height=\"148\" title=\"Desarrollador-1\" data-id=\"41248\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Desarrollador-1.png\" style=\"aspect-ratio: auto 630 \/ 148;\" data-width=\"630\" data-height=\"148\" data-init-width=\"630\" data-init-height=\"148\"><\/span><\/p>\n<h2 style=\"text-align: center;\">Como Comenzar en VBA &#8211; Conociendo el Editor VBA<\/h2>\n<p style=\"text-align: justify;\">El editor de Visual Basic es la aplicaci\u00f3n que trae Excel desde donde se escriben y guardan las Macros. Tienes dos formas de acceder al editor:<\/p>\n<ul>\n<li><span>1<\/span><span>Desde la pesta\u00f1a \u00abDesarrollador\u00bb &gt; secci\u00f3n \u00abC\u00f3digos\u00bb &gt; Visual Basic.<\/span><\/li>\n<li><span>2<\/span><span>Desde el teclado (Teclas de M\u00e9todo Abreviado): Alt + F11 (El acceso a la Barra de Herramientas de la opci\u00f3n 1 y 2 los explicamos en la secci\u00f3n anterior).<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><strong><\/strong><strong><span style=\"color: rgb(255, 0, 0);\">CONSEJO:<\/span><\/strong> Cualquiera de las 2 formas te abrir\u00e1 el editor de Visual Basic (Nuestra forma preferida es la n\u00famero 2, dado que es m\u00e1s r\u00e1pido presionar Alt + F11 que abrir las pesta\u00f1as con el &nbsp;rat\u00f3n).<\/p>\n<p style=\"text-align: justify;\">Una vez que hayas accedido al editor de Visual Basic ver\u00e1s algo similar a la figura siguiente (No importa si no lo ves estrictamente similar, eso depender\u00e1 de las ventanas que tengas visibles y ocultas).<\/p>\n<h3 style=\"text-align: center;\">Como Comenzar en VBA &#8211; Ejemplo de la Imagen<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Como Comenzar en VBA\" width=\"593\" height=\"282\" title=\"Editor de Visual Basic\" data-id=\"41251\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Editor-de-Visual-Basic.png\" style=\"\"><\/span><\/p>\n<p style=\"text-align: justify;\">El editor contiene 3 ventanas principales, las cuales son:<\/p>\n<ul>\n<li><span><strong>La Ventana Proyecto &#8211; VBA Project (Parte izquierda superior):&nbsp;<\/strong>Esta ventana muestra los Libros Excel (XLS) o los complementos (XLA) abiertos. Usualmente ver\u00e1s nombres del tipo \u00abVBAProject\u00bb y entre par\u00e9ntesis el nombre del archivo o complemento Excel. Veamos el caso de VBAProject (Libro1), simplemente significa que tienes abierto un Libro Excel llamado Libro1.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Y luego cuelgan 3 carpetas m\u00e1s: Hoja1 (Hoja1), ThisWorkbook y Modulo (No importa si ves todos estos elementos ahora, luego te ense\u00f1aremos como activarlos).<\/p>\n<p style=\"text-align: justify;\">Adem\u00e1s, en estas carpetas es donde se habitan las Macros, haciendo doble clic en ellas activar\u00e1s la ventana donde se escriben las Macros.<\/p>\n<h3 style=\"text-align: center;\">Como Comenzar en VBA &#8211; Ejemplo de la Imagen<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Como Comenzar en VBA\" width=\"509\" height=\"270\" title=\"Programar en Excel - Proyectos en VBA\" data-id=\"41252\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Programar-en-Excel-Proyectos-en-VBA.png\" style=\"\"><\/span><\/p>\n<ul>\n<li style=\"\"><span><strong>Ventana de C\u00f3digo (En la parte derecha):<\/strong> Este es el lugar donde escribiremos el c\u00f3digo propiamente dicho de las Macros. Como no hemos escrito ninguna Macro todav\u00eda, veremos la Hoja en blanco. Recuerda bien estas dos ventanas, ya que las usaremos a continuaci\u00f3n para escribir nuestra primera Macro.<\/span><\/li>\n<\/ul>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Como Comenzar en VBA\" width=\"630\" height=\"640\" title=\"Seccion de Programacion en VBA\" data-id=\"41260\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Seccion-de-Programacion-en-VBA.png\" style=\"aspect-ratio: auto 630 \/ 640;\" data-width=\"630\" data-height=\"640\" data-init-width=\"630\" data-init-height=\"640\"><\/span><\/p>\n<p style=\"text-align: justify;\">Y como ver\u00e1s el editor de VB tiene muchas ventanas, pero de momento solo nos interesan las dos ventanas que te indicamos anteriormente: La Ventana Proyecto \u2013 VBA Project y la Ventana de C\u00f3digo donde se escribe el c\u00f3digo de las Macros.<\/p>\n<p style=\"text-align: justify;\">La Ventana de Propiedades, el cual es la tercera ventana, la dejaremos para m\u00e1s adelante porque de momento no nos interesa.<\/p>\n<p style=\"text-align: justify;\"><strong><span style=\"color: rgb(255, 0, 0);\">RECUERDA:<\/span><\/strong> Presionando las teclas Alt + F11 puedes ir desde Excel al editor o desde el editor al Excel de forma alterna (Debes de mantener presionada la tecla Alt y presionar F11 repetidas veces, ver\u00e1s como pasas de Excel al Editor y viceversa).<\/p>\n<p style=\"text-align: justify;\">Si est\u00e1s en el editor y quieres regresar a la Hoja Excel tambi\u00e9n puedes utilizar el icono de Excel que se encuentra en el Men\u00fa superior del editor (Primer icono de la izquierda, con la X de Excel).<\/p>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Como Comenzar en VBA\" width=\"626\" height=\"127\" title=\"Barra de Herramientas de VBA\" data-id=\"41264\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Barra-de-Herramientas-de-VBA.png\" style=\"aspect-ratio: auto 626 \/ 127;\" data-width=\"626\" data-height=\"127\" data-init-width=\"626\" data-init-height=\"127\"><\/span><\/p>\n<p style=\"text-align: justify;\">Bien, hasta aqu\u00ed con este tema nos vemos en el pr\u00f3ximo Post donde voy a compartir contigo \u00abComo crear una Macro\u00bb. Te dejo el enlace:<\/p>\n<p style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \u00abProgramar en Excel &#8211; Como comenzar en VBA\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\" style=\"outline: none;\" 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>Como comenzar en VBA &#8211; Curso basico de VBA Comencemos con el articulo Programar en Excel &#8211; Como comenzar en VBA:&nbsp;Si todav\u00eda no has visto el tema anterior, te invito a que lo leas ahora pulsando clic aqu\u00ed. Una vez termines de leer el tema anterior vuelve ha este tema para continuar. Hoy vamos a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":41252,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"<div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h1\"><h1 data-css=\"tve-u-168fe6788b7\" style=\"text-align: center;\" class=\"\">Como comenzar en VBA - 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-161d818f9bd\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d818f9be\" style=\"text-align: justify;\">Comencemos con el articulo <strong>Programar en Excel - Como comenzar en VBA:&nbsp;<\/strong>Si todav\u00eda no has visto el tema anterior, te invito a que lo leas ahora <span data-css=\"tve-u-161d819fdee\" style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-conociendo-el-lenguaje-de-vba.html\"><strong>pulsando clic aqu\u00ed<\/strong><\/a><\/span>.<\/p><p data-css=\"tve-u-161d818f9be\" style=\"text-align: justify;\">Una vez termines de leer el tema anterior vuelve ha este tema para continuar. Hoy vamos a ver <strong>Como comenzar en VBA<\/strong>, y para eso vamos conocer la Barra de Herramientas de VBA en Excel.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-161d81cc46a\" style=\"text-align: center;\" class=\"\">Sabes como comenzar en VBA?<\/h2><\/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-161d81d5ad2\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d81d5ad3\" style=\"text-align: justify;\">Antes de comenzar a Programar Macros es necesario que conozcas la Barra de Herramientas VBA y las distintas formas de acceder al editor de Macros, que es la Herramienta donde escribir\u00e1s el c\u00f3digo de las mismas. En las secciones siguientes te ense\u00f1aremos ambos conceptos.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h3\"><h2 class=\"\" style=\"text-align: center;\">Comenzar en VBA - Barra de Herramientas VBA<\/h2><\/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-161d821098b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d821098c\" style=\"text-align: justify;\">Primeramente, a la hora de empezar a Programar Macros debemos familiarizarnos con las Herramientas que nos ofrece Excel para programarlas. Excel posee una Barra de Herramientas de Macros o VBA.<\/p><p data-css=\"tve-u-161d821098c\" style=\"text-align: justify;\">Y puedes acceder a la misma desde la pesta\u00f1a \"Desarrollador\" &gt; secci\u00f3n \"C\u00f3digos\". Dicho Men\u00fa se ve como en la Fotograf\u00eda a continuaci\u00f3n:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-168fed6df7e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-41248\" alt=\"Como Comenzar en VBA\" width=\"630\" height=\"148\" title=\"Desarrollador-1\" data-id=\"41248\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Desarrollador-1.png\" style=\"aspect-ratio: auto 630 \/ 148;\" data-width=\"630\" data-height=\"148\" data-init-width=\"630\" data-init-height=\"148\"><\/span><\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h4\"><h2 class=\"\" style=\"text-align: center;\" data-css=\"tve-u-1939d599e9e\">Como Comenzar en VBA - Conociendo el Editor VBA<\/h2><\/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-161d826e14d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d826e14e\" style=\"text-align: justify;\">El editor de Visual Basic es la aplicaci\u00f3n que trae Excel desde donde se escriben y guardan las Macros. Tienes dos formas de acceder al editor:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-numbered_list\" data-start-number=\"1\" data-number-increment=\"1\" data-css=\"tve-u-168fefe5e82\"><ul class=\"tcb-numbered-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-1939d717013\" style=\"\"><span class=\"tcb-numbered-list-index\">1<\/span><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-numbered-list-text tcb-no-delete\" data-css=\"tve-u-168fefe2ae1\"><div style=\"text-align: justify;\">Desde la pesta\u00f1a \"Desarrollador\" &gt; secci\u00f3n \"C\u00f3digos\" &gt; Visual Basic.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-1939d717013\" style=\"\"><span class=\"tcb-numbered-list-index\">2<\/span><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-numbered-list-text tcb-no-delete\" data-css=\"tve-u-168fefe2ae1\"><div style=\"text-align: justify;\">Desde el teclado (Teclas de M\u00e9todo Abreviado): Alt + F11 (El acceso a la Barra de Herramientas de la opci\u00f3n 1 y 2 los explicamos en la secci\u00f3n anterior).<\/div><\/span><\/li><\/ul><\/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-161d826e14d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d826e14e\" style=\"text-align: justify;\"><strong><\/strong><strong><span data-css=\"tve-u-161d8289eb5\" style=\"color: rgb(255, 0, 0);\">CONSEJO:<\/span><\/strong> Cualquiera de las 2 formas te abrir\u00e1 el editor de Visual Basic (Nuestra forma preferida es la n\u00famero 2, dado que es m\u00e1s r\u00e1pido presionar Alt + F11 que abrir las pesta\u00f1as con el &nbsp;rat\u00f3n).<\/p><p data-css=\"tve-u-161d826e14e\" style=\"text-align: justify;\">Una vez que hayas accedido al editor de Visual Basic ver\u00e1s algo similar a la figura siguiente (No importa si no lo ves estrictamente similar, eso depender\u00e1 de las ventanas que tengas visibles y ocultas).<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h5\"><h3 class=\"\" style=\"text-align: center;\" data-css=\"tve-u-1939d6d068f\">Como Comenzar en VBA - Ejemplo de la Imagen<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-168ff0f880d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-41251\" alt=\"Como Comenzar en VBA\" width=\"593\" height=\"282\" title=\"Editor de Visual Basic\" data-id=\"41251\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Editor-de-Visual-Basic.png\" style=\"\"><\/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-161d82ce513\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d82ce514\" style=\"text-align: justify;\">El editor contiene 3 ventanas principales, las cuales son:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-168ff18ca98\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-168ff175d2e\"><div style=\"text-align: justify;\"><strong>La Ventana Proyecto - VBA Project (Parte izquierda superior):&nbsp;<\/strong>Esta ventana muestra los Libros Excel (XLS) o los complementos (XLA) abiertos. Usualmente ver\u00e1s nombres del tipo \"VBAProject\" y entre par\u00e9ntesis el nombre del archivo o complemento Excel. Veamos el caso de VBAProject (Libro1), simplemente significa que tienes abierto un Libro Excel llamado Libro1.<\/div><\/span><\/li><\/ul><\/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-161d82ce513\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p class=\"class=\" data-css=\"tve-u-161d82ce514\" style=\"text-align: justify;\">Y luego cuelgan 3 carpetas m\u00e1s: Hoja1 (Hoja1), ThisWorkbook y Modulo (No importa si ves todos estos elementos ahora, luego te ense\u00f1aremos como activarlos).<\/p><p class=\"class=\" data-css=\"tve-u-161d82ce514\" style=\"text-align: justify;\">Adem\u00e1s, en estas carpetas es donde se habitan las Macros, haciendo doble clic en ellas activar\u00e1s la ventana donde se escriben las Macros.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h3 class=\"\" style=\"text-align: center;\" data-css=\"tve-u-1939d6d56f9\">Como Comenzar en VBA - Ejemplo de la Imagen<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-168ff2c1488\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-41252\" alt=\"Como Comenzar en VBA\" width=\"509\" height=\"270\" title=\"Programar en Excel - Proyectos en VBA\" data-id=\"41252\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Programar-en-Excel-Proyectos-en-VBA.png\" style=\"\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-168ff381e2a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1939d6be43d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-168ff386ec2\"><div style=\"text-align: justify;\"><strong>Ventana de C\u00f3digo (En la parte derecha):<\/strong> Este es el lugar donde escribiremos el c\u00f3digo propiamente dicho de las Macros. Como no hemos escrito ninguna Macro todav\u00eda, veremos la Hoja en blanco. Recuerda bien estas dos ventanas, ya que las usaremos a continuaci\u00f3n para escribir nuestra primera Macro.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169029d0ac9\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-41260\" alt=\"Como Comenzar en VBA\" width=\"630\" height=\"640\" title=\"Seccion de Programacion en VBA\" data-id=\"41260\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Seccion-de-Programacion-en-VBA.png\" style=\"aspect-ratio: auto 630 \/ 640;\" data-width=\"630\" data-height=\"640\" data-init-width=\"630\" data-init-height=\"640\"><\/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-161d854de9f\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d854dea1\" style=\"text-align: justify;\">Y como ver\u00e1s el editor de VB tiene muchas ventanas, pero de momento solo nos interesan las dos ventanas que te indicamos anteriormente: La Ventana Proyecto \u2013 VBA Project y la Ventana de C\u00f3digo donde se escribe el c\u00f3digo de las Macros.<\/p><p data-css=\"tve-u-161d854dea1\" style=\"text-align: justify;\">La Ventana de Propiedades, el cual es la tercera ventana, la dejaremos para m\u00e1s adelante porque de momento no nos interesa.<\/p><p data-css=\"tve-u-161d854dea1\" style=\"text-align: justify;\"><strong><span data-css=\"tve-u-161d8560443\" style=\"color: rgb(255, 0, 0);\">RECUERDA:<\/span><\/strong> Presionando las teclas Alt + F11 puedes ir desde Excel al editor o desde el editor al Excel de forma alterna (Debes de mantener presionada la tecla Alt y presionar F11 repetidas veces, ver\u00e1s como pasas de Excel al Editor y viceversa).<\/p><p data-css=\"tve-u-161d854dea1\" style=\"text-align: justify;\">Si est\u00e1s en el editor y quieres regresar a la Hoja Excel tambi\u00e9n puedes utilizar el icono de Excel que se encuentra en el Men\u00fa superior del editor (Primer icono de la izquierda, con la X de Excel).<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16902b72741\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-41264\" alt=\"Como Comenzar en VBA\" width=\"626\" height=\"127\" title=\"Barra de Herramientas de VBA\" data-id=\"41264\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/02\/Barra-de-Herramientas-de-VBA.png\" style=\"aspect-ratio: auto 626 \/ 127;\" data-width=\"626\" data-height=\"127\" data-init-width=\"626\" data-init-height=\"127\"><\/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-161d8796a30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d8796a32\" style=\"text-align: justify;\">Bien, hasta aqu\u00ed con este tema nos vemos en el pr\u00f3ximo Post donde voy a compartir contigo \"Como crear una Macro\". Te dejo el enlace:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-button tve_ea_thrive_animation tve_anim_appear\" data-css=\"tve-u-16902bef46b\" data-button-style=\"tcb-saved-button-template-28\" style=\"\" id=\"tema2\" data-tcb_hover_state_parent=\"\">\n<a href=\"http:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-como-crear-una-macro.html\" class=\"tcb-button-link tve_evt_manager_listen tve_et_tve-viewport\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:1},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" target=\"_blank\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16902bef46f\"><strong>Pulsa clic aqu\u00ed P\/Ver el siguiente Tema<\/strong><\/span><\/span>\n<\/a>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1939d69e73d\" style=\"\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161d87c32a0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-161d87c32a1\" style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \"Programar en Excel - Como comenzar en VBA\".<\/p><p data-css=\"tve-u-161d87c32a1\" style=\"text-align: justify;\">Por lo tanto:<\/p><p data-css=\"tve-u-161d87c32a1\" 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 data-css=\"tve-u-161d87cf327\" style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\" class=\"\" style=\"outline: none;\"><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-1939d6988fd\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-1939d6988fb\"><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-1939d6988fe\">&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-1939d6988ff\">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-1939d698900\" 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-1939d698901\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\" data-css=\"tve-u-1939d698902\"><\/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){[data-css=\"tve-u-161d87cf327\"] { color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-161d8560443\"] { color: rgb(255, 0, 0) !important; }[data-css=\"tve-u-161d8289eb5\"] { color: rgb(255, 0, 0) !important; }:not(#tve) [data-css=\"tve-u-161d81cc46a\"] { color: rgb(0, 23, 255) !important; font-size: 38px !important; }[data-css=\"tve-u-161d819fdee\"] { color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-161d818f9bd\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d818f9be\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d81d5ad2\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d81d5ad3\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d821098b\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d821098c\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d826e14d\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d826e14e\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d82ce513\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d82ce514\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d854de9f\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d854dea1\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d8796a30\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d8796a32\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-161d87c32a0\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-161d87c32a1\"] { color: rgb(10, 0, 0) !important; }:not(#tve) [data-css=\"tve-u-168fe6788b7\"] { font-size: 42px !important; color: rgb(255, 0, 0) !important; }[data-css=\"tve-u-168fed6df7e\"] { width: 630px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-168fefe5e82\"] p, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] li, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] blockquote, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] address, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] label, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] h1, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] h2, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] h3, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] h4, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] h5, :not(#tve) [data-css=\"tve-u-168fefe5e82\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-168ff0f880d\"] { width: 593px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-168ff18ca98\"] p, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] li, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] blockquote, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] address, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] label, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] h1, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] h2, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] h3, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] h4, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] h5, :not(#tve) [data-css=\"tve-u-168ff18ca98\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-168ff2c1488\"] { width: 509px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-168ff381e2a\"] p, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] li, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] blockquote, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] address, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] label, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] h1, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] h2, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] h3, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] h4, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] h5, :not(#tve) [data-css=\"tve-u-168ff381e2a\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-169029d0ac9\"] { width: 630px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16902b72741\"] { width: 626px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16902bef46b\"] { display: block; max-width: 382px; width: 382px; }:not(#tve) [data-css=\"tve-u-16902bef46b\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; background-color: rgb(3, 255, 51) !important; background-image: none !important; border: 3px solid rgb(3, 255, 51) !important; }[data-css=\"tve-u-16902bef46b\"] .tcb-button-link { border: 3px solid rgb(3, 255, 51); border-radius: 10px; overflow: hidden; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16902bef46b\"] .tcb-button-link { color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-16902bef46f\"] { color: rgb(3, 255, 51) !important; font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-16902bef46b\"]:hover .tcb-button-link span { color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16902bef46b\"] .tcb-button-link span { color: rgb(3, 255, 51); }.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; }:not(#tve) [data-css=\"tve-u-1939d599e9e\"] { font-size: 38px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-1939d6988fb\"] { --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-1939d6988fb\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-1939d6988fb\"] 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-1939d6988fb\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-1939d6988fd\"] { margin-top: 0px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-1939d6988fe\"] { --tcb-text-highlight-color: rgb(237,243,13) !important; }[data-css=\"tve-u-1939d6988ff\"] { --tcb-text-highlight-color: rgb(237,243,13) !important; }[data-css=\"tve-u-1939d698900\"] { --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-1939d698901\"] { --tcb-text-highlight-color: rgb(30,184,76) !important; }[data-css=\"tve-u-1939d698902\"] { --tcb-text-highlight-color: transparent !important; }[data-css=\"tve-u-1939d69e73d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1939d6be43d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-168ff381e2a\"] { margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-1939d6d068f\"] { font-size: 32px !important; }:not(#tve) [data-css=\"tve-u-1939d6d56f9\"] { font-size: 32px !important; }[data-css=\"tve-u-1939d717013\"] { padding-top: 0px !important; }}@media (max-width: 1023px){:not(#tve) [data-css=\"tve-u-168fe6788b7\"] { font-size: 25px !important; }:not(#tve) [data-css=\"tve-u-161d81cc46a\"] { font-size: 22px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-161d81cc46a\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-16902bef46b\"] .tcb-button-link { font-size: 20px; }[data-css=\"tve-u-16902bef46b\"] { display: block; max-width: 292px; width: 292px; }:not(#tve) [data-css=\"tve-u-16902bef46f\"] { font-size: 14px !important; }:not(#tve) [data-css=\"tve-u-168fe6788b7\"] { font-size: 23px !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":[22,4],"tags":[293,292,295,294,182],"class_list":["post-2247","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-curso-basico-de-vba","category-programar-en-excel","tag-aprender-excel","tag-excel-y-contabilidad","tag-plantillas-excel","tag-programar-en-excel","tag-vba","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/2247","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=2247"}],"version-history":[{"count":0,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/2247\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media\/41252"}],"wp:attachment":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media?parent=2247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/categories?post=2247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/tags?post=2247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}