{"id":5391,"date":"2014-01-15T08:39:57","date_gmt":"2014-01-15T14:39:57","guid":{"rendered":"http:\/\/aplicaexcelcontable.com\/blog\/?p=5391"},"modified":"2024-12-07T19:04:07","modified_gmt":"2024-12-08T01:04:07","slug":"creando-un-userform-4-paso-a-paso","status":"publish","type":"post","link":"https:\/\/aplicaexcelcontable.com\/blog\/creando-un-userform-4-paso-a-paso.html","title":{"rendered":"Creando un UserForm 4 paso a paso"},"content":{"rendered":"<h1 style=\"text-align: center;\">Creando un UserForm 4 paso a paso&nbsp;<\/h1>\n<p style=\"text-align: justify;\">Comencemos con el articulo <strong>Curso Basico de VBA &#8211; Creando un Userform 4 paso a paso:<\/strong><\/p>\n<h2 style=\"text-align: center;\">Creando un UserForm 4 &#8211; C\u00f3digos para Programar el bot\u00f3n \u00abCerrar\u00bb<\/h2>\n<p style=\"text-align: justify;\">En el tema anterior escribimos los c\u00f3digos para el bot\u00f3n \u00abAgregar\u00bb, lograste completar este paso?<\/p>\n<p style=\"text-align: justify;\">Y si todav\u00eda no has visto el tema anterior o no has completado los pasos, tan solo&nbsp;<span style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-creando-un-userform-paso-a-paso-3.html\" style=\"outline: none;\" target=\"_blank\"><strong>pulsa clic aqu\u00ed<\/strong><\/a><\/span> y aplica los pasos del tema anterior.<\/p>\n<p style=\"text-align: justify;\">Una vez termines, regresa nuevamente aqu\u00ed y continua con el tema de hoy. Para hoy vamos a escribir los c\u00f3digos del bot\u00f3n Cerrar, para eso comenzamos de la siguiente forma:<\/p>\n<h3 style=\"text-align: center;\">Creando un UserForm 4 &#8211; Agregamos el c\u00f3digo al bot\u00f3n \u00abCerrar\u00bb<\/h3>\n<ul>\n<li><span><strong>Seleccionamos el bot\u00f3n \u00abCerrar\u00bb:&nbsp;<\/strong>En el men\u00fa superior elegimos \u00abVer\u00bb &gt; \u00abC\u00f3digo\u00bb.<\/span><\/li>\n<\/ul>\n<p><span><img loading=\"lazy\" decoding=\"async\" alt=\"Creando un UserForm 4\" width=\"620\" height=\"436\" title=\"Ejemplo de la Imagen\" data-id=\"35507\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/03\/Cogidos-para-el-Boton-Agregar1.png\" data-width=\"620\" data-height=\"436\" data-init-width=\"620\" data-init-height=\"436\" style=\"aspect-ratio: auto 620 \/ 436;\"><\/span><\/p>\n<p style=\"text-align: justify;\">Bien, donde titila el cursor escribimos el siguiente c\u00f3digo:<\/p>\n<p style=\"text-align: justify;\">Private Sub UFCerrar_Click()<\/p>\n<p style=\"text-align: justify;\">Unload Me<\/p>\n<p style=\"text-align: justify;\">End Sub<\/p>\n<p style=\"text-align: justify;\">En el Men\u00fa superior elegimos \u00abVer\u00bb &gt; \u00abObjeto\u00bb para regresar al UserForm. Permitir al usuario cerrar el UserForm con la Tecla ESC.<\/p>\n<p style=\"text-align: justify;\">Seleccionamos el bot\u00f3n \u00abCerrar\u00bb. En la ventana \u00abPropiedades\u00bb cambiamos la propiedad \u00abCancel\u00bb a \u00abTrue\u00bb.<\/p>\n<h3 style=\"text-align: center;\">Ejemplo 1 de &nbsp;Creando un UserForm 4<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Creando un UserForm 4\" width=\"276\" height=\"232\" title=\"Propiedad Cancel del boton cerrar\" data-id=\"41966\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/03\/Propiedad-Cancel-del-boton-cerrar.png\" style=\"aspect-ratio: auto 276 \/ 232;\" data-width=\"276\" data-height=\"232\" data-init-width=\"276\" data-init-height=\"232\"><\/span><\/p>\n<ul>\n<li><span><strong>Probar el Userform:&nbsp;<\/strong>Ya podemos probar el funcionamiento del Userform!<\/span><\/li>\n<\/ul>\n<ul>\n<li style=\"\"><span>1<\/span><span>Hacemos clic en alguna parte vac\u00eda del UserForm para seleccionarlo y mostrar el cuadro de herramientas. En el Men\u00fa superior elegimos \u00abEjecutar\u00bb =&gt; Ejecutar Sub\/Userform.<\/span><\/li>\n<li style=\"\"><span>2<\/span><span>Ahora podemos comenzar a completar el primer cuadro del UserForm y escribimos un nombre, por ejemplo: Juan. Presionamos la Tecla TAB para movernos al siguiente cuadro de texto.<\/span><\/li>\n<li style=\"\"><span>3<\/span><span>Cuando hemos completado todos los Cuadros de Texto, hacemos clic en el bot\u00f3n \u00abAgregar\u00bb y los datos se completar\u00e1n en la Tabla de Excel.<\/span><\/li>\n<li style=\"\"><span>4<\/span><span>Podemos repetir los pasos anteriores e ir agregando distintos nombres con sus respectivos datos. Hacemos clic en \u00abCerrar\u00bb para volver al Editor de Macros.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">La Tecla TAB sirve para moverse entre los distintos controles de un UserForm. Si al presionar TAB el orden del movimiento no es el correcto, es posible cambiarlo:<\/p>\n<ul>\n<li style=\"\"><span>1<\/span><span>Clic derecho en una parte vac\u00eda del UserForm. Elegimos \u00abOrden de Tabulaci\u00f3n\u00bb.<\/span><\/li>\n<li style=\"\"><span>2<\/span><span>Seleccionamos el control de la lista y con los botones de \u00abMover Arriba\u00bb o \u00abMover Abajo\u00bb ajustamos el orden. Hacemos clic en OK.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Muy bien, con esto terminamos con el tema de hoy, para ma\u00f1ana vamos a a ver <strong>Como llamar este Formulario desde Excel<\/strong>. Atento al tema de ma\u00f1ana.<\/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<p style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \u00abProgramar en Excel &#8211; Creando un UserForm paso a paso 4\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>Creando un UserForm 4 paso a paso&nbsp; Comencemos con el articulo Curso Basico de VBA &#8211; Creando un Userform 4 paso a paso: Creando un UserForm 4 &#8211; C\u00f3digos para Programar el bot\u00f3n \u00abCerrar\u00bb En el tema anterior escribimos los c\u00f3digos para el bot\u00f3n \u00abAgregar\u00bb, lograste completar este paso? Y si todav\u00eda no has visto [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":41966,"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-1621f7d5fd1\" style=\"text-align: center;\" class=\"\">Creando un UserForm 4 paso a paso&nbsp;<\/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-1621f8519da\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-1621f8519dd\" style=\"text-align: justify;\">Comencemos con el articulo <strong>Curso Basico de VBA - Creando un Userform 4 paso a paso:<\/strong><\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1621f895c05\" style=\"text-align: center;\" class=\"\">Creando un UserForm 4 - C\u00f3digos para Programar el bot\u00f3n \"Cerrar\"<\/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-1621f8a2293\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-1621f8a2295\" style=\"text-align: justify;\">En el tema anterior escribimos los c\u00f3digos para el bot\u00f3n \"Agregar\", lograste completar este paso?<\/p><p data-css=\"tve-u-1621f8a2295\" style=\"text-align: justify;\">Y si todav\u00eda no has visto el tema anterior o no has completado los pasos, tan solo&nbsp;<span data-css=\"tve-u-1621f8b1a86\" style=\"color: rgb(0, 23, 255);\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-creando-un-userform-paso-a-paso-3.html\" class=\"\" style=\"outline: none;\" target=\"_blank\"><strong>pulsa clic aqu\u00ed<\/strong><\/a><\/span> y aplica los pasos del tema anterior.<\/p><p data-css=\"tve-u-1621f8a2295\" style=\"text-align: justify;\">Una vez termines, regresa nuevamente aqu\u00ed y continua con el tema de hoy. Para hoy vamos a escribir los c\u00f3digos del bot\u00f3n Cerrar, para eso comenzamos de la siguiente forma:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h3\"><h3 data-css=\"tve-u-1621f8ea566\" style=\"text-align: center;\" class=\"\">Creando un UserForm 4 - Agregamos el c\u00f3digo al bot\u00f3n \"Cerrar\"<\/h3><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-1621f8f4d24\" style=\"\"><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-icon-inherit-style\" data-css=\"tve-u-1621f8f3030\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<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>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-169b81cda0f\"><div style=\"text-align: justify;\"><strong>Seleccionamos el bot\u00f3n \"Cerrar\":&nbsp;<\/strong>En el men\u00fa superior elegimos \"Ver\" &gt; \"C\u00f3digo\".<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1621f9310c0\"><span class=\"tve_image_frame\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-35507\" alt=\"Creando un UserForm 4\" width=\"620\" height=\"436\" title=\"Ejemplo de la Imagen\" data-id=\"35507\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/03\/Cogidos-para-el-Boton-Agregar1.png\" data-width=\"620\" data-height=\"436\" data-init-width=\"620\" data-init-height=\"436\" style=\"aspect-ratio: auto 620 \/ 436;\"><\/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-1621f94eaa4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-1621f94eaa5\" style=\"text-align: justify;\">Bien, donde titila el cursor escribimos el siguiente c\u00f3digo:<\/p><p data-css=\"tve-u-1621f94eaa5\" style=\"text-align: justify;\">Private Sub UFCerrar_Click()<\/p><p data-css=\"tve-u-1621f94eaa5\" style=\"text-align: justify;\">Unload Me<\/p><p data-css=\"tve-u-1621f94eaa5\" style=\"text-align: justify;\">End Sub<\/p><p data-css=\"tve-u-1621f94eaa5\" style=\"text-align: justify;\">En el Men\u00fa superior elegimos \"Ver\" &gt; \"Objeto\" para regresar al UserForm. Permitir al usuario cerrar el UserForm con la Tecla ESC.<\/p><p data-css=\"tve-u-1621f94eaa5\" style=\"text-align: justify;\">Seleccionamos el bot\u00f3n \"Cerrar\". En la ventana \"Propiedades\" cambiamos la propiedad \"Cancel\" a \"True\".<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h4\"><h3 class=\"\" style=\"text-align: center;\" data-css=\"tve-u-193a3c90e49\">Ejemplo 1 de &nbsp;Creando un UserForm 4<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169b82f67af\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-41966\" alt=\"Creando un UserForm 4\" width=\"276\" height=\"232\" title=\"Propiedad Cancel del boton cerrar\" data-id=\"41966\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2019\/03\/Propiedad-Cancel-del-boton-cerrar.png\" style=\"aspect-ratio: auto 276 \/ 232;\" data-width=\"276\" data-height=\"232\" data-init-width=\"276\" data-init-height=\"232\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(10, 0, 0)\" data-css=\"tve-u-1621f9bad8e\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-169b834871e\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621f9b9495\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<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>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-169b83262fe\"><div style=\"text-align: justify;\"><strong>Probar el Userform:&nbsp;<\/strong>Ya podemos probar el funcionamiento del Userform!<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv-numbered_list\" data-start-number=\"1\" data-number-increment=\"1\" data-css=\"tve-u-1621f9d21d6\" data-color=\"rgb(10, 0, 0)\" style=\"\"><ul class=\"tcb-numbered-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-169b8432a69\" style=\"\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-193a3c975c7\" 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-169b8398e74\"><div style=\"text-align: justify;\">Hacemos clic en alguna parte vac\u00eda del UserForm para seleccionarlo y mostrar el cuadro de herramientas. En el Men\u00fa superior elegimos \"Ejecutar\" =&gt; Ejecutar Sub\/Userform.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-169b8432a69\" style=\"\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-193a3c975c7\" 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-169b8398e74\"><div style=\"text-align: justify;\">Ahora podemos comenzar a completar el primer cuadro del UserForm y escribimos un nombre, por ejemplo: Juan. Presionamos la Tecla TAB para movernos al siguiente cuadro de texto.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-169b8432a69\" style=\"\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-193a3c975c7\" style=\"\"><span class=\"tcb-numbered-list-index\">3<\/span><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-numbered-list-text tcb-no-delete\" data-css=\"tve-u-169b8398e74\"><div style=\"text-align: justify;\">Cuando hemos completado todos los Cuadros de Texto, hacemos clic en el bot\u00f3n \"Agregar\" y los datos se completar\u00e1n en la Tabla de Excel.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-169b8432a69\" style=\"\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-193a3c975c7\" style=\"\"><span class=\"tcb-numbered-list-index\">4<\/span><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-numbered-list-text tcb-no-delete\" data-css=\"tve-u-169b8398e74\"><div style=\"text-align: justify;\">Podemos repetir los pasos anteriores e ir agregando distintos nombres con sus respectivos datos. Hacemos clic en \"Cerrar\" para volver al Editor de Macros.<\/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-1621fa13242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-1621fa13243\" style=\"text-align: justify;\">La Tecla TAB sirve para moverse entre los distintos controles de un UserForm. Si al presionar TAB el orden del movimiento no es el correcto, es posible cambiarlo:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-numbered_list\" data-start-number=\"1\" data-number-increment=\"1\" data-css=\"tve-u-1621fa319a3\" data-color=\"rgb(0, 0, 0)\" style=\"\"><ul class=\"tcb-numbered-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-193a3c9de89\" style=\"\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-193a3ca0eb6\" 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-169b8487569\"><div style=\"text-align: justify;\">Clic derecho en una parte vac\u00eda del UserForm. Elegimos \"Orden de Tabulaci\u00f3n\".<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-193a3c9de89\" style=\"\"><div class=\"tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag\" data-css=\"tve-u-193a3ca0eb6\" 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-169b8487569\"><div style=\"text-align: justify;\">Seleccionamos el control de la lista y con los botones de \"Mover Arriba\" o \"Mover Abajo\" ajustamos el orden. Hacemos clic en OK.<\/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-1621fabb740\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-1621fabb741\" style=\"text-align: justify;\">Muy bien, con esto terminamos con el tema de hoy, para ma\u00f1ana vamos a a ver <strong>Como llamar este Formulario desde Excel<\/strong>. Atento al tema de ma\u00f1ana.<\/p><p data-css=\"tve-u-1621fabb741\" 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-1621fb09aad\">\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-creando-un-userform-paso-a-paso-4.html\" data-label=\"Compartir\">\n<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_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-1621fb0c14f\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-1621fb0c151\" style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \"Programar en Excel - Creando un UserForm paso a paso 4\".<\/p><p data-css=\"tve-u-1621fb0c151\" style=\"text-align: justify;\">Por lo tanto:<\/p><p data-css=\"tve-u-1621fb0c151\" 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-1621fb1f00f\" style=\"color: rgb(0, 23, 255);\"><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-193a3ca7d3c\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-193a3ca7d3a\"><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-193a3ca7d3d\">&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-193a3ca7d3e\">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-193a3ca7d3f\" 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-193a3ca7d40\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\" data-css=\"tve-u-193a3ca7d41\"><\/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-1621fb1f00f\"] { color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-1621fb09aad\"] { float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1621fa319a3\"] p, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] li, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] blockquote, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] address, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] h1, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] h2, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] h3, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] h4, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] h5, :not(#tve) [data-css=\"tve-u-1621fa319a3\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-1621fa319a3\"] .tcb-numbered-list-number { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-1621f9d21d6\"] p, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] li, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] blockquote, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] address, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] h1, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] h2, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] h3, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] h4, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] h5, :not(#tve) [data-css=\"tve-u-1621f9d21d6\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-1621f9d21d6\"] .tcb-numbered-list-number { color: rgb(10, 0, 0); }:not(#tve) [data-css=\"tve-u-1621f9bad8e\"] p, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] li, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] blockquote, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] address, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] h1, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] h2, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] h3, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] h4, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] h5, :not(#tve) [data-css=\"tve-u-1621f9bad8e\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-1621f9b9495\"] { color: rgb(10, 0, 0); }[data-css=\"tve-u-1621f9310c0\"] + div { clear: none; }[data-css=\"tve-u-1621f9310c0\"] { float: none; width: 620px; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1621f8f4d24\"] p, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] li, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] blockquote, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] address, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] h1, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] h2, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] h3, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] h4, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] h5, :not(#tve) [data-css=\"tve-u-1621f8f4d24\"] h6 { color: rgb(10, 0, 0); }[data-css=\"tve-u-1621f8f3030\"] { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-1621f8ea566\"] { font-size: 32px !important; color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-1621f8b1a86\"] { color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-1621f895c05\"] { font-size: 38px !important; color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-1621f7d5fd1\"] { font-size: 42px !important; color: rgb(255, 0, 0) !important; }[data-css=\"tve-u-1621f8519da\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-1621f8519dd\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-1621f8a2293\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-1621f8a2295\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-1621f94eaa4\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-1621f94eaa5\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-1621fa13242\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-1621fa13243\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-1621fabb740\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-1621fabb741\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-1621fb0c14f\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-1621fb0c151\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-169b82f67af\"] { width: 276px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169b834871e\"] { margin-top: 0px !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-1621f8f4d24\"] { margin-top: 10px !important; padding-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-193a3c90e49\"] { font-size: 32px !important; color: rgb(64, 9, 241) !important; --tcb-applied-color: rgb(64, 9, 241) !important; --tve-applied-color: rgb(64, 9, 241) !important; }[data-css=\"tve-u-1621f9d21d6\"] { padding-top: 0px !important; margin-top: 10px !important; padding-bottom: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621f9bad8e\"] { margin-bottom: 10px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-193a3c975c7\"] { padding-top: 0px !important; }[data-css=\"tve-u-169b8432a69\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-193a3c9de89\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-1621fa319a3\"] { padding-bottom: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-193a3ca0eb6\"] { padding-top: 0px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-193a3ca7d3a\"] { --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-193a3ca7d3a\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-193a3ca7d3a\"] 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-193a3ca7d3a\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-193a3ca7d3c\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-193a3ca7d3d\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-193a3ca7d3e\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-193a3ca7d3f\"] { --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-193a3ca7d40\"] { --tcb-text-highlight-color: rgb(30, 184, 76) !important; }[data-css=\"tve-u-193a3ca7d41\"] { --tcb-text-highlight-color: transparent !important; }}@media (max-width: 1023px){:not(#tve) [data-css=\"tve-u-1621f7d5fd1\"] { font-size: 25px !important; }:not(#tve) [data-css=\"tve-u-1621f895c05\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-1621f8ea566\"] { font-size: 22px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-1621f8ea566\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-1621f895c05\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-1621f7d5fd1\"] { 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":[4,22],"tags":[293,292,25,23,295,294,26,24],"class_list":["post-5391","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-formularios","tag-formularios-excel","tag-plantillas-excel","tag-programar-en-excel","tag-userform","tag-userform-en-vba","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/5391","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=5391"}],"version-history":[{"count":0,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/5391\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media\/41966"}],"wp:attachment":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media?parent=5391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/categories?post=5391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/tags?post=5391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}