{"id":815,"date":"2013-05-17T12:07:01","date_gmt":"2013-05-17T18:07:01","guid":{"rendered":"http:\/\/aplicaexcelcontable.com\/blog\/?p=815"},"modified":"2025-01-21T14:57:27","modified_gmt":"2025-01-21T20:57:27","slug":"facturacion-e-inventario-19","status":"publish","type":"post","link":"https:\/\/aplicaexcelcontable.com\/blog\/facturacion-e-inventario-19.html","title":{"rendered":"Sistema de Facturaci\u00f3n e inventario 19 en Excel"},"content":{"rendered":"<h1 style=\"text-align: center;\">Sistema Facturaci\u00f3n e Inventario 19 en Excel<\/h1>\n<p style=\"text-align: justify;\">Comencemos con el articulo <strong>Como crear tu sistema Facturaci\u00f3n e Inventario 19 en Excel.&nbsp;<\/strong>Pero antes que nada te invito a que leas el articulo anterior, para eso tan solo pulsa clic en el bot\u00f3n:<\/p>\n<p style=\"text-align: justify;\">Comenzamos con la fases finales y en esta ocasi\u00f3n voy a compartir contigo lo b\u00e1sico del capitulo tres del curso <strong>Como crear tu Sistema de Gesti\u00f3n &#8211; Facturaci\u00f3n e Inventario en Excel.<\/strong><\/p>\n<h2 style=\"text-align: center;\">Dise\u00f1ando el Formulario Cliente Nuevo &#8211; Facturaci\u00f3n e inventario 19<\/h2>\n<p style=\"text-align: justify;\">Para ingresar nuevos clientes, vamos a crear un formulario que nos permita &nbsp;digitar los datos del cliente y guardarlos en la base de datos. Para poder crear y programar este formulario sigamos los siguientes pasos:<\/p>\n<ul>\n<li style=\"\"><span>Primeramente abrimos VBA (Visual Basic para Aplicaciones), pulsando Alt + F11.<\/span><\/li>\n<li style=\"\"><span>Luego insertamos un M\u00f3dulo y un UserForm.<\/span><\/li>\n<li style=\"\"><span>Si te fijas al lado derecho se activo un cuadro llamado UserForm 1, acompa\u00f1ado por un cuadro de herramientas, con este cuadro de herramientas vamos a dise\u00f1ar el Formulario Cliente.<\/span><\/li>\n<li style=\"\"><span>Bien, ahora del cuadro de herramienta seleccionamos el comando \u00abEtiqueta\u00bb y dentro del formulario dibujamos un rect\u00e1ngulo. Al dibujar el rect\u00e1ngulo, f\u00edjate que adentro dice Label1.<\/span><\/li>\n<li style=\"\"><span>Ahora nos ubicamos en \u00abPropiedades\u00bb y en donde dice \u00abCaption\u00bb, f\u00edjate que a su derecha dice Label1, lo sustituimos por ID CONTABLE, si notas dentro del rect\u00e1ngulo que dibujamos el texto label1, cambio por ID CONTABLE.<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: center;\">Ejemplo de la Imagen &#8211; Facturaci\u00f3n e inventario 19<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"629\" height=\"728\" title=\"Sistema de Facturacion - Dise\u00f1o Formulario Cliente\" data-id=\"39063\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Sistema-de-Facturacion-Dise\u00f1o-Formulario-Cliente.png\" style=\"aspect-ratio: auto 629 \/ 728;\" data-width=\"629\" data-height=\"728\" data-init-width=\"629\" data-init-height=\"728\"><\/span><\/p>\n<ul>\n<li style=\"\"><span>Para continuar, pulsamos Ctrl + C para copiar el rect\u00e1ngulo y luego pulsamos tres veces Ctrl + V para pegar tres copias m\u00e1s del rect\u00e1ngulo (Si gustas puedes dibujar los rect\u00e1ngulos), ordenamos los rect\u00e1ngulos uno sobre otro.<\/span><\/li>\n<li style=\"\"><span>Seleccionamos el segundo rect\u00e1ngulo, nos ubicamos en \u00abPropiedades Caption\u00bb y sustituimos ID CONTABLE por NOMBRE Y APELLIDO.<\/span><\/li>\n<li style=\"\"><span>Al tercer rect\u00e1ngulo lo llamaremos DIRECCION: y al cuarto rect\u00e1ngulo TELEFONO.<\/span><\/li>\n<li style=\"\"><span>Vamos a insertar del cuadro de herramientas un cuadro de texto, lo dibujamos dentro del \u00e1rea del UserForm, creamos cuatro copia y lo ordenamos justo al lado derecho de las etiquetas.<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: center;\">Ejemplo de la Imagen &#8211; Facturaci\u00f3n e inventario 19<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"629\" height=\"364\" title=\"Dise\u00f1o Formulario de Clientes\" data-id=\"39064\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Dise\u00f1o-Formulario-de-Clientes.png\" style=\"aspect-ratio: auto 629 \/ 364;\" data-width=\"629\" data-height=\"364\" data-init-width=\"629\" data-init-height=\"364\"><\/span><\/p>\n<ul>\n<li style=\"\"><span>Del cuadro de herramientas insertamos un bot\u00f3n de herramientas, lo dibujamos abajo donde hay espacio. Nos ubicamos en \u00abCaption y sustituimos Commandbutton1 por CANCELAR.<\/span><\/li>\n<li style=\"\"><span>Ahora creamos una copia del Bot\u00f3n Cancelar y nos ubicamos en \u00abCaption\u00bb y sustituimos \u00abCancelar\u00bb por \u00abAceptar\u00bb.<\/span><\/li>\n<\/ul>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"627\" height=\"548\" title=\"Aceptar\" data-id=\"39067\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Aceptar.png\" style=\"aspect-ratio: auto 627 \/ 548;\" data-width=\"627\" data-height=\"548\" data-init-width=\"627\" data-init-height=\"548\"><\/span><\/p>\n<ul>\n<li style=\"\"><span>Ahora vamos a cambiar el nombre del UserForm, para eso seleccionamos el UserForm1 y nos ubicamos en \u00abPropiedades\u00bb.<\/span><\/li>\n<li style=\"\"><span>Luego nos ubicamos en \u00abCaption\u00bb y al lado derecho escribimos CLIENTE NUEVO, tambi\u00e9n nos ubicamos en \u00abName\u00bb y al lado derecho escribimos CLIENTE. Si observas ahora ya no hay ning\u00fan nombre que diga UserForm1, ahora todo tiene nombre.<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: center;\">Ejemplo de la Imagen &#8211; Facturaci\u00f3n e inventario 19<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facturacion e Inventario en Excel 19\" width=\"620\" height=\"521\" title=\"Cliente Nuevo\" data-id=\"39068\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Cliente-Nuevo.png\" style=\"aspect-ratio: auto 629 \/ 528;\" data-width=\"620\" data-height=\"521\" data-init-width=\"629\" data-init-height=\"528\"><\/span><\/p>\n<ul>\n<li style=\"\"><span>Ahora nos ubicamos dentro del Modulo1 y escribimos el siguiente c\u00f3digo: Sub llamaformclente(), Call CLIENTES.Show, End Sub.<\/span><\/li>\n<li style=\"\"><span>Guardamos y salimos de Visual Basic para Aplicaciones, nos ubicamos en la Hoja F.VENTA.<\/span><\/li>\n<li style=\"\"><span>Desprotegemos la Hoja F.VENTA y seleccionamos pulsando clic derecho el bot\u00f3n NUEVO, se presenta varias opciones y seleccionamos \u00abAsignar Macros\u00bb.<\/span><\/li>\n<li style=\"\"><span>Se presenta una ventana dentro de esta hay una lista de macros, seleccionamos la de nombre \u00abllamaformcliente\u00bb y aceptamos.<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: center;\">Ejemplo de la Imagen &#8211; Facturaci\u00f3n e inventario 19<\/h3>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"553\" height=\"403\" title=\"Llamaformcliente\" data-id=\"39069\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Llamaformcliente.png\" style=\"aspect-ratio: auto 553 \/ 403;\" data-width=\"553\" data-height=\"403\" data-init-width=\"553\" data-init-height=\"403\"><\/span><\/p>\n<ul>\n<li style=\"\"><span>Nos salimos del modo dise\u00f1o seleccionando cualquier celda, hacemos clic sobre el bot\u00f3n y al instante se presenta el formulario NUEVO CLIENTE.<\/span><\/li>\n<\/ul>\n<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"456\" height=\"282\" title=\"Nuevo Cliente\" data-id=\"39070\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Nuevo-Cliente.png\" style=\"aspect-ratio: auto 456 \/ 282;\" data-width=\"456\" data-height=\"282\" data-init-width=\"456\" data-init-height=\"282\"><\/span><\/p>\n<ul>\n<li style=\"\"><span>Para finalizar, nuevamente volvemos a proteger la Hoja.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Muy bien! Hasta aqu\u00ed hemos avanzado con este articulo, no te quedes atr\u00e1s sigue todos los pasos y trata de llegar a la meta, no te desanimes.<\/p>\n<p style=\"text-align: justify;\"><strong>\u00bfQu\u00e9 tal esta fase? \u00bfTe Gusta?<\/strong> Esta fase es un regalo, ya que no pensaba compartirlo, pero al final me convenc\u00ed de hacerlo.<\/p>\n<p style=\"text-align: justify;\">Si te gusto el tema de hoy, comp\u00e1rtelo con tus amigos de Facebook, pulsando clic en compartir:<\/p>\n<p style=\"text-align: justify;\">Y si aun no estas suscrito en nuestro canal, tan solo pulsa clic en el bot\u00f3n rojo para acceder a todos los v\u00eddeos nuevos que subimos cada semana:<\/p>\n<h1><strong>S\u00edguenos en:<\/strong><\/h1>\n<p><a href=\"https:\/\/www.facebook.com\/aplicaexcecontable\" target=\"_blank\" rel=\"  noopener\"><\/a><a href=\"http:\/\/www.youtube.com\/user\/excelycontabilidad?sub_confirmation=1\" target=\"_blank\" rel=\"  noopener\"><\/a><\/p>\n<h6>Para Finalizar:<\/h6>\n<p style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \u00abSistema de &nbsp;Facturaci\u00f3n e Inventario 19 en Excel\u00bb, por lo tanto, d\u00e9jame tu comentario con dudas, criticas constructivas y sugerencias.<\/p>\n<p style=\"text-align: justify;\">Hasta aqu\u00ed hemos llegado con este articulo, para continuar con el siguiente articulo, tan solo pulsa clic en el bot\u00f3n:<\/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<p><span style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" alt=\"Sistema Contable Fase Cuatro\" width=\"349\" height=\"253\" title=\"Aplica Excel Contable - 1\" data-id=\"19524\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2015\/12\/Aplica-Excel-Contable-1.png\" style=\"\"><\/span><\/p>\n<h1 style=\"text-align: center;\">Curso Aplica Excel Contable<\/h1>\n<h1 style=\"text-align: center;\">120 V\u00eddeos paso a paso<\/h1>\n<ul>\n<li><span>Excel Basico &#8211; Avanzado<\/span><\/li>\n<li><span>Curso de VBA y Contabilidad<\/span><\/li>\n<li><span>Como crear tu Sistema Contable<\/span><\/li>\n<li><span>Como crear tu Sistema de Facturacion<\/span><\/li>\n<li><span>Como crear tu Sistema de Inventario<\/span><\/li>\n<li><span>Como configurar y personalizar tu sistema&nbsp;<\/span><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Sistema Facturaci\u00f3n e Inventario 19 en Excel Comencemos con el articulo Como crear tu sistema Facturaci\u00f3n e Inventario 19 en Excel.&nbsp;Pero antes que nada te invito a que leas el articulo anterior, para eso tan solo pulsa clic en el bot\u00f3n: Comenzamos con la fases finales y en esta ocasi\u00f3n voy a compartir contigo lo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":39063,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"<div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h1\" data-css=\"tve-u-18c2b4b4f94\" style=\"\"><h1 data-css=\"tve-u-160d6620331\" style=\"text-align: center;\" class=\"\">Sistema Facturaci\u00f3n e Inventario 19 en Excel<\/h1><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160d69213ab\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160d662e212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-160d662e215\" style=\"text-align: justify;\">Comencemos con el articulo <strong>Como crear tu sistema Facturaci\u00f3n e Inventario 19 en Excel.&nbsp;<\/strong>Pero antes que nada te invito a que leas el articulo anterior, para eso tan solo pulsa clic en el bot\u00f3n:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-css=\"tve-u-18c2b4c8d4b\" style=\"\" data-button-size-d=\"m\">\n\t<div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"62516\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"62516\":{\"val\":\"rgb(26, 188, 156)\"}},\"gradients\":[]}}]}__CONFIG_colors_palette__<\/div>\n\t<a href=\"https:\/\/aplicaexcelcontable.com\/blog\/sistema-de-gestion-facturacion-e-inventario-en-excel-18.html\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n\t\t<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\"><strong><span style=\"font-size: 20px !important;\" data-css=\"tve-u-18c2b4c8d4d\">Pulsa clic aqu\u00ed P\/Ver el Tema 18 \u2192<\/span> <\/strong><\/span><\/span>\n\t<\/a>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160d69213ab\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160d662e212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-160d662e215\" style=\"text-align: justify;\">Comenzamos con la fases finales y en esta ocasi\u00f3n voy a compartir contigo lo b\u00e1sico del capitulo tres del curso <strong>Como crear tu Sistema de Gesti\u00f3n - Facturaci\u00f3n e Inventario en Excel.<\/strong><\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-18c2b56c961\" style=\"\"><h2 data-css=\"tve-u-16756c7727f\" style=\"text-align: center;\" class=\"\">Dise\u00f1ando el Formulario Cliente Nuevo - Facturaci\u00f3n e inventario 19<\/h2><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160d666dc4a\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160d6667aa5\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-160d6667aa7\" style=\"text-align: justify;\">Para ingresar nuevos clientes, vamos a crear un formulario que nos permita &nbsp;digitar los datos del cliente y guardarlos en la base de datos. Para poder crear y programar este formulario sigamos los siguientes pasos:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-160d6681320\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b57197f\" style=\"\"><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-160d667fffb\"><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-167dd79915f\"><div style=\"text-align: justify;\">Primeramente abrimos VBA (Visual Basic para Aplicaciones), pulsando Alt + F11.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b57197f\" style=\"\"><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-160d6686e0c\"><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-167dd79915f\"><div style=\"text-align: justify;\">Luego insertamos un M\u00f3dulo y un UserForm.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b57197f\" style=\"\"><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-160d6690153\"><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-167dd79915f\"><div style=\"text-align: justify;\">Si te fijas al lado derecho se activo un cuadro llamado UserForm 1, acompa\u00f1ado por un cuadro de herramientas, con este cuadro de herramientas vamos a dise\u00f1ar el Formulario Cliente.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b57197f\" style=\"\"><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-160d669cb1d\"><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-167dd79915f\"><div style=\"text-align: justify;\">Bien, ahora del cuadro de herramienta seleccionamos el comando \"Etiqueta\" y dentro del formulario dibujamos un rect\u00e1ngulo. Al dibujar el rect\u00e1ngulo, f\u00edjate que adentro dice Label1.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b57197f\" style=\"\"><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-160d66b79ee\"><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-167dd79915f\"><div style=\"text-align: justify;\">Ahora nos ubicamos en \"Propiedades\" y en donde dice \"Caption\", f\u00edjate que a su derecha dice Label1, lo sustituimos por ID CONTABLE, si notas dentro del rect\u00e1ngulo que dibujamos el texto label1, cambio por ID CONTABLE.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160d66daacd\" data-tag=\"h3\" style=\"\"><h3 data-css=\"tve-u-16756d81807\" style=\"text-align: center;\" class=\"\">Ejemplo de la Imagen - Facturaci\u00f3n e inventario 19<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16756e89dfb\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-39063\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"629\" height=\"728\" title=\"Sistema de Facturacion - Dise\u00f1o Formulario Cliente\" data-id=\"39063\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Sistema-de-Facturacion-Dise\u00f1o-Formulario-Cliente.png\" style=\"aspect-ratio: auto 629 \/ 728;\" data-width=\"629\" data-height=\"728\" data-init-width=\"629\" data-init-height=\"728\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-160d66f3adc\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b579548\" style=\"\"><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-160d66f27e4\"><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-167dd7c8766\"><div style=\"text-align: justify;\">Para continuar, pulsamos Ctrl + C para copiar el rect\u00e1ngulo y luego pulsamos tres veces Ctrl + V para pegar tres copias m\u00e1s del rect\u00e1ngulo (Si gustas puedes dibujar los rect\u00e1ngulos), ordenamos los rect\u00e1ngulos uno sobre otro.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b579548\" style=\"\"><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-160d66f89fc\"><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-167dd7c8766\"><div style=\"text-align: justify;\">Seleccionamos el segundo rect\u00e1ngulo, nos ubicamos en \"Propiedades Caption\" y sustituimos ID CONTABLE por NOMBRE Y APELLIDO.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b579548\" style=\"\"><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-160d66fc248\"><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-167dd7c8766\"><div style=\"text-align: justify;\">Al tercer rect\u00e1ngulo lo llamaremos DIRECCION: y al cuarto rect\u00e1ngulo TELEFONO.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b579548\" style=\"\"><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-160d66fd486\"><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-167dd7c8766\"><div style=\"text-align: justify;\">Vamos a insertar del cuadro de herramientas un cuadro de texto, lo dibujamos dentro del \u00e1rea del UserForm, creamos cuatro copia y lo ordenamos justo al lado derecho de las etiquetas.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160d67175c6\" data-tag=\"h4\" style=\"\"><h3 class=\"\" style=\"text-align: center;\">Ejemplo de la Imagen - Facturaci\u00f3n e inventario 19<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-167570d7327\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-39064\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"629\" height=\"364\" title=\"Dise\u00f1o Formulario de Clientes\" data-id=\"39064\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Dise\u00f1o-Formulario-de-Clientes.png\" style=\"aspect-ratio: auto 629 \/ 364;\" data-width=\"629\" data-height=\"364\" data-init-width=\"629\" data-init-height=\"364\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-160d674ea9c\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5a8395\" style=\"\"><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-160d674d516\"><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-167dd7ef692\"><div style=\"text-align: justify;\">Del cuadro de herramientas insertamos un bot\u00f3n de herramientas, lo dibujamos abajo donde hay espacio. Nos ubicamos en \"Caption y sustituimos Commandbutton1 por CANCELAR.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5a8395\" style=\"\"><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-160d675317b\"><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-167dd7ef692\"><div style=\"text-align: justify;\">Ahora creamos una copia del Bot\u00f3n Cancelar y nos ubicamos en \"Caption\" y sustituimos \"Cancelar\" por \"Aceptar\".<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16757dd562e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-39067\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"627\" height=\"548\" title=\"Aceptar\" data-id=\"39067\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Aceptar.png\" style=\"aspect-ratio: auto 627 \/ 548;\" data-width=\"627\" data-height=\"548\" data-init-width=\"627\" data-init-height=\"548\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(3, 0, 0)\" data-css=\"tve-u-160d679b91c\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5c1d6a\" style=\"\"><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-160d679a0ac\"><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-167dd7fc2f6\"><div style=\"text-align: justify;\">Ahora vamos a cambiar el nombre del UserForm, para eso seleccionamos el UserForm1 y nos ubicamos en \"Propiedades\".<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5c1d6a\" style=\"\"><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-160d679ef18\"><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-167dd7fc2f6\"><div style=\"text-align: justify;\">Luego nos ubicamos en \"Caption\" y al lado derecho escribimos CLIENTE NUEVO, tambi\u00e9n nos ubicamos en \"Name\" y al lado derecho escribimos CLIENTE. Si observas ahora ya no hay ning\u00fan nombre que diga UserForm1, ahora todo tiene nombre.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160d67b4e4f\" data-tag=\"h6\" style=\"\"><h3 class=\"\" style=\"text-align: center;\">Ejemplo de la Imagen - Facturaci\u00f3n e inventario 19<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16757f13aa9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-39068\" alt=\"Facturacion e Inventario en Excel 19\" width=\"620\" height=\"521\" title=\"Cliente Nuevo\" data-id=\"39068\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Cliente-Nuevo.png\" style=\"aspect-ratio: auto 629 \/ 528;\" data-width=\"620\" data-height=\"521\" data-init-width=\"629\" data-init-height=\"528\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-160d67c707d\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5ccb72\" style=\"\"><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-160d67c5abb\"><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-167dda53299\"><div style=\"text-align: justify;\">Ahora nos ubicamos dentro del Modulo1 y escribimos el siguiente c\u00f3digo: Sub llamaformclente(), Call CLIENTES.Show, End Sub.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5ccb72\" style=\"\"><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-160d67cbed4\"><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-167dda53299\"><div style=\"text-align: justify;\">Guardamos y salimos de Visual Basic para Aplicaciones, nos ubicamos en la Hoja F.VENTA.<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5ccb72\" style=\"\"><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-160d67cd31f\"><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-167dda53299\"><div style=\"text-align: justify;\">Desprotegemos la Hoja F.VENTA y seleccionamos pulsando clic derecho el bot\u00f3n NUEVO, se presenta varias opciones y seleccionamos \"Asignar Macros\".<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5ccb72\" style=\"\"><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-160d67ce559\"><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-167dda53299\"><div style=\"text-align: justify;\">Se presenta una ventana dentro de esta hay una lista de macros, seleccionamos la de nombre \"llamaformcliente\" y aceptamos.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160d67fc292\" data-tag=\"h6\" style=\"\"><h3 class=\"\" style=\"text-align: center;\">Ejemplo de la Imagen - Facturaci\u00f3n e inventario 19<\/h3><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16758088f61\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-39069\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"553\" height=\"403\" title=\"Llamaformcliente\" data-id=\"39069\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Llamaformcliente.png\" style=\"aspect-ratio: auto 553 \/ 403;\" data-width=\"553\" data-height=\"403\" data-init-width=\"553\" data-init-height=\"403\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(3, 0, 0)\" data-css=\"tve-u-160d6813728\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5df11f\" style=\"\"><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-160d681251f\"><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-167ddad4f57\"><div style=\"text-align: justify;\">Nos salimos del modo dise\u00f1o seleccionando cualquier celda, hacemos clic sobre el bot\u00f3n y al instante se presenta el formulario NUEVO CLIENTE.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-167580ecede\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-39070\" alt=\"Facturaci\u00f3n e inventario 19\" width=\"456\" height=\"282\" title=\"Nuevo Cliente\" data-id=\"39070\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2018\/11\/Nuevo-Cliente.png\" style=\"aspect-ratio: auto 456 \/ 282;\" data-width=\"456\" data-height=\"282\" data-init-width=\"456\" data-init-height=\"282\"><\/span><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-160d682b9ef\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-18c2b5e2130\" style=\"\"><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-160d682a6f2\"><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-167ddae35da\"><div style=\"text-align: justify;\">Para finalizar, nuevamente volvemos a proteger la Hoja.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160d6840034\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160d68351a9\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-160d68351ab\" style=\"text-align: justify;\">Muy bien! Hasta aqu\u00ed hemos avanzado con este articulo, no te quedes atr\u00e1s sigue todos los pasos y trata de llegar a la meta, no te desanimes.<\/p><p data-css=\"tve-u-160d68351ab\" style=\"text-align: justify;\"><strong>\u00bfQu\u00e9 tal esta fase? \u00bfTe Gusta?<\/strong> Esta fase es un regalo, ya que no pensaba compartirlo, pero al final me convenc\u00ed de hacerlo.<\/p><p data-css=\"tve-u-160d68351ab\" style=\"text-align: justify;\">Si te gusto el tema de hoy, comp\u00e1rtelo con tus amigos de Facebook, pulsando clic en compartir:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_social_custom thrv_social tve_share_left\" data-counts=\"\" data-min_shares=\"0\" data-css=\"tve-u-160d6851ace\">\n<div class=\"tve_social_items tve_social_custom tve_style_1 tve_social_itb tve-prevent-content-edit\">\n<div class=\"tve_s_item tve_s_fb_share thrv_wrapper tve_share_item\" data-s=\"fb_share\" data-href=\"https:\/\/aplicaexcelcontable.com\/blog\/sistema-de-gestion-facturacion-e-inventario-en-excel-19.html\" data-label=\"Compartir\" data-css=\"tve-u-18c2b60d6c7\">\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-160d685d24b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-160d685d24d\" style=\"text-align: justify;\">Y si aun no estas suscrito en nuestro canal, tan solo pulsa clic en el bot\u00f3n rojo para acceder a todos los v\u00eddeos nuevos que subimos cada semana:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-18bca6d6f8a\" style=\"\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-18bca6d6f89\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h1\" style=\"\" data-css=\"tve-u-18bca6d6f94\"><h1 data-css=\"tve-u-18bca6d6f90\" class=\"\"><strong>S\u00edguenos en:<\/strong><\/h1><\/div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-18bca6d6f87\" style=\"--tcb-col-el-width: 181;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" style=\"\" data-css=\"tve-u-18bca6d6f92\"><div class=\"tcb-flex-col\" data-css=\"tve-u-18bca6d6f8c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-18bca6d6f97\"><a href=\"https:\/\/www.facebook.com\/aplicaexcecontable\" target=\"_blank\" rel=\" \" class=\"tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-18bca6d6f8f\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"facebook-official\">\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"><\/path>\n<\/svg><\/div><\/a><\/div><\/div><div class=\"tcb-flex-col\" data-css=\"tve-u-18bca6d6f8b\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-18bca6d6f96\"><a href=\"http:\/\/www.youtube.com\/user\/excelycontabilidad?sub_confirmation=1\" target=\"_blank\" rel=\" \" class=\"tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve-viewport-triggered\" data-css=\"tve-u-18bca6d6f8d\" data-link-wrap=\"1\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"youtube\">\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"><\/path>\n<\/svg><\/div><\/a><\/div><\/div><\/div><\/div><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve-viewport-triggered\" data-css=\"tve-u-18bca6d6f91\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"hand-pointer-o\">\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"><\/path>\n<\/svg><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\" data-css=\"tve-u-18c2b6184f5\" style=\"\"><h6 data-css=\"tve-u-16758243b50\" class=\"\">Para Finalizar:<\/h6><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160d688578e\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160d687e8bb\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-160d687e8bf\" style=\"text-align: justify;\">Me gustar\u00eda saber que piensas de este articulo \"Sistema de &nbsp;Facturaci\u00f3n e Inventario 19 en Excel\", por lo tanto, d\u00e9jame tu comentario con dudas, criticas constructivas y sugerencias.<\/p><p data-css=\"tve-u-160d687e8bf\" style=\"text-align: justify;\">Hasta aqu\u00ed hemos llegado con este articulo, para continuar con el siguiente articulo, tan solo pulsa clic en el bot\u00f3n:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-css=\"tve-u-18c2b62cd42\" style=\"\" data-button-size-d=\"m\">\n\t<div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"62516\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"62516\":{\"val\":\"rgb(26, 188, 156)\"}},\"gradients\":[]}}]}__CONFIG_colors_palette__<\/div>\n\t<a href=\"https:\/\/aplicaexcelcontable.com\/blog\/sistema-de-gestion-facturacion-e-inventario-en-excel-20.html\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n\t\t<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\"><strong><span style=\"font-size: 20px !important;\" data-css=\"tve-u-18c2b62cd44\">Pulsa clic aqu\u00ed P\/Ver el Tema 20 \u2192<\/span> <\/strong><\/span><\/span>\n\t<\/a>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-1948aa7ddad\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-1948aa7ddab\"><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-1948aa7ddae\">&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-1948aa7ddb0\">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-1948aa7ddb1\" 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-1948aa7ddb2\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\" data-css=\"tve-u-1948aa7ddb3\"><\/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><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1948aa80e90\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1948aa80e8e\" style=\"\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1948aa80e8f\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1948aa80e8b\" style=\"--tcb-col-el-width: 545;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1948aa80e85\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1948aa80e89\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1948aa80e8a\"><div class=\"thrv_wrapper tve_image_caption img_style_lifted_style1\" data-css=\"tve-u-1948aa80e7c\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-19524\" alt=\"Sistema Contable Fase Cuatro\" width=\"349\" height=\"253\" title=\"Aplica Excel Contable - 1\" data-id=\"19524\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2015\/12\/Aplica-Excel-Contable-1.png\" style=\"\"><\/span><\/div><\/div><\/div><div class=\"tcb-flex-col\" data-css=\"tve-u-1948aa80e88\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1948aa80e87\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1948aa80e7b\" data-tag=\"h1\" style=\"\"><h1 data-css=\"tve-u-1948aa80e8d\" style=\"text-align: center;\" class=\"\">Curso Aplica Excel Contable<\/h1><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1948aa80e91\" data-tag=\"h1\" style=\"\"><h1 data-css=\"tve-u-1948aa80e8c\" style=\"text-align: center;\" class=\"\">120 V\u00eddeos paso a paso<\/h1><\/div><div class=\"tcb-clear\" data-css=\"tve-u-1948aa80e7a\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1948aa80e7d\" data-tcb_hover_state_parent=\"\" style=\"\">\n<a href=\"https:\/\/aplicaexcelcontable.com\/blog\/detalles-curso-aplica-excel-contable\" class=\"tcb-button-link tve-viewport-triggered\" target=\"_blank\" style=\"\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1948aa80e96\"><strong>Clic aqu\u00ed para mas detalles<\/strong><\/span><\/span>\n<\/a>\n<\/div><\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1948aa80e93\" data-color=\"rgb(8, 0, 0)\" data-icons-size=\"8\" 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-1948aa80e84\"><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-1948aa80e81\">Excel Basico - Avanzado<\/span><\/li><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-1948aa80e83\"><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-1948aa80e80\">Curso de VBA y Contabilidad<\/span><\/li><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-1948aa80e82\"><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-1948aa80e7f\">Como crear tu Sistema Contable<br><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><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 \" data-css=\"tve-u-1948aa80e94\"><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-1948aa80e81\">Como crear tu Sistema de Facturacion<br><\/span><\/li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><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 \" data-css=\"tve-u-1948aa80e95\"><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-1948aa80e81\">Como crear tu Sistema de Inventario<\/span><\/li><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-1948aa80e86\"><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-1948aa80e7e\">Como configurar y personalizar tu sistema&nbsp;<\/span><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div>\n<\/div>","tve_custom_css":"@media (min-width: 300px){[data-css=\"tve-u-160d69213ab\"] { margin-top: 20px !important; }[data-css=\"tve-u-160d688578e\"] { margin-top: 20px !important; }[data-css=\"tve-u-160d6851ace\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160d6840034\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-160d682b9ef\"] p, :not(#tve) [data-css=\"tve-u-160d682b9ef\"] li, :not(#tve) [data-css=\"tve-u-160d682b9ef\"] blockquote, :not(#tve) [data-css=\"tve-u-160d682b9ef\"] address { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d682a6f2\"] { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-160d6813728\"] p, :not(#tve) [data-css=\"tve-u-160d6813728\"] li, :not(#tve) [data-css=\"tve-u-160d6813728\"] blockquote, :not(#tve) [data-css=\"tve-u-160d6813728\"] address { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d681251f\"] { color: rgb(3, 0, 0); }[data-css=\"tve-u-160d67fc292\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160d67ce559\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d67cd31f\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d67cbed4\"] { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-160d67c707d\"] p, :not(#tve) [data-css=\"tve-u-160d67c707d\"] li, :not(#tve) [data-css=\"tve-u-160d67c707d\"] blockquote, :not(#tve) [data-css=\"tve-u-160d67c707d\"] address { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d67c5abb\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d67b4e4f\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160d679ef18\"] { color: rgb(3, 0, 0); }:not(#tve) [data-css=\"tve-u-160d679b91c\"] p, :not(#tve) [data-css=\"tve-u-160d679b91c\"] li, :not(#tve) [data-css=\"tve-u-160d679b91c\"] blockquote, :not(#tve) [data-css=\"tve-u-160d679b91c\"] address { color: rgb(1, 0, 0); }[data-css=\"tve-u-160d679a0ac\"] { color: rgb(3, 0, 0); }[data-css=\"tve-u-160d675317b\"] { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-160d674ea9c\"] p, :not(#tve) [data-css=\"tve-u-160d674ea9c\"] li, :not(#tve) [data-css=\"tve-u-160d674ea9c\"] blockquote, :not(#tve) [data-css=\"tve-u-160d674ea9c\"] address { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d674d516\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d67175c6\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160d66fd486\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d66fc248\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d66f89fc\"] { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-160d66f3adc\"] p, :not(#tve) [data-css=\"tve-u-160d66f3adc\"] li, :not(#tve) [data-css=\"tve-u-160d66f3adc\"] blockquote, :not(#tve) [data-css=\"tve-u-160d66f3adc\"] address { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d66f27e4\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d66daacd\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160d6681320\"] { margin-top: 20px !important; }[data-css=\"tve-u-160d66b79ee\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d669cb1d\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d6690153\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d6686e0c\"] { color: rgb(0, 0, 0); }:not(#tve) [data-css=\"tve-u-160d6681320\"] p, :not(#tve) [data-css=\"tve-u-160d6681320\"] li, :not(#tve) [data-css=\"tve-u-160d6681320\"] blockquote, :not(#tve) [data-css=\"tve-u-160d6681320\"] address { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d667fffb\"] { color: rgb(0, 0, 0); }[data-css=\"tve-u-160d666dc4a\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-160d6620331\"] { color: rgb(255, 0, 0) !important; font-size: 42px !important; }[data-css=\"tve-u-160d662e212\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-160d662e215\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-160d6667aa5\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-160d6667aa7\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-160d68351a9\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-160d68351ab\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-160d685d24b\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-160d685d24d\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-160d687e8bb\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-160d687e8bf\"] { color: rgb(10, 0, 0) !important; }:not(#tve) [data-css=\"tve-u-16756c7727f\"] { font-size: 38px !important; color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-16756d81807\"] { font-size: 25px !important; color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-16756e89dfb\"] { width: 629px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-167570d7327\"] { width: 629px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16757dd562e\"] { width: 627px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16757f13aa9\"] { width: 629px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16758088f61\"] { width: 553px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-167580ecede\"] { width: 456px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16758243b50\"] { font-size: 25px !important; color: rgb(0, 23, 255) !important; }[data-css=\"tve-u-18bca6d6f87\"] { margin-top: -55px !important; margin-left: 25px !important; }[data-css=\"tve-u-18bca6d6f89\"] { min-height: 1px; }[data-css=\"tve-u-18bca6d6f8a\"] { max-width: 208px; float: none; z-index: 3; position: relative; width: 100%; --tve-alignment: center; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; padding-left: 1px !important; }[data-css=\"tve-u-18bca6d6f8b\"] { max-width: 81.3%; }[data-css=\"tve-u-18bca6d6f8c\"] { max-width: 18.7%; }:not(#tve) [data-css=\"tve-u-18bca6d6f8d\"] > :first-child { color: rgb(191, 20, 20); }:not(#tve) [data-css=\"tve-u-18bca6d6f8f\"] > :first-child { color: rgb(60, 18, 215); }:not(#tve) [data-css=\"tve-u-18bca6d6f90\"] { font-size: 26px !important; color: rgb(3, 77, 44) !important; }[data-css=\"tve-u-18bca6d6f91\"] { font-size: 60px; margin-top: -50px !important; margin-left: 100px !important; }[data-css=\"tve-u-18bca6d6f8f\"] { font-size: 60px; }[data-css=\"tve-u-18bca6d6f8d\"] { font-size: 60px; margin-right: 65px !important; margin-left: 45px !important; }[data-css=\"tve-u-18bca6d6f92\"] { padding-left: 0px !important; }[data-css=\"tve-u-18bca6d6f94\"] { padding-left: 15px !important; }[data-css=\"tve-u-18c2b4b4f94\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-18c2b4c8d4b\"] .tcb-button-link { letter-spacing: 2px; background-image: linear-gradient(var(--tcb-local-color-62516,rgb(19,114,211)),var(--tcb-local-color-62516,rgb(19,114,211))); --tve-applied-background-image: linear-gradient(var$(--tcb-local-color-62516,rgb(19,114,211)),var$(--tcb-local-color-62516,rgb(19,114,211))); background-size: auto; background-attachment: scroll; border-radius: 10px; padding: 14px 22px; background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; border: none; --tve-applied-border: none; background-color: transparent !important; }[data-css=\"tve-u-18c2b4c8d4b\"] .tcb-button-link span { color: rgb(255, 255, 255); --tcb-applied-color: #fff; }[data-css=\"tve-u-18c2b4c8d4b\"] { --tve-border-radius: 10px; --tcb-local-color-62516: rgb(26,188,156) !important; }:not(#tve) [data-css=\"tve-u-18c2b4c8d4b\"] .tcb-button-link { line-height: 1.2em; font-size: 24px; }[data-css=\"tve-u-18c2b4c8d4d\"] { font-size: 20px !important; }[data-css=\"tve-u-18c2b56c961\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-18c2b57197f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b579548\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b5a8395\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b5c1d6a\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b5ccb72\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b5df11f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b5e2130\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-18c2b6184f5\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-18c2b62cd42\"] .tcb-button-link { letter-spacing: 2px; background-image: linear-gradient(var(--tcb-local-color-62516,rgb(19,114,211)),var(--tcb-local-color-62516,rgb(19,114,211))); --tve-applied-background-image: linear-gradient(var$(--tcb-local-color-62516,rgb(19,114,211)),var$(--tcb-local-color-62516,rgb(19,114,211))); background-size: auto; background-attachment: scroll; border-radius: 10px; padding: 14px 22px; background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; border: none; --tve-applied-border: none; background-color: transparent !important; }[data-css=\"tve-u-18c2b62cd42\"] .tcb-button-link span { color: rgb(255, 255, 255); --tcb-applied-color: #fff; }[data-css=\"tve-u-18c2b62cd42\"] { --tve-border-radius: 10px; --tcb-local-color-62516: rgb(26,188,156) !important; }:not(#tve) [data-css=\"tve-u-18c2b62cd42\"] .tcb-button-link { line-height: 1.2em; font-size: 24px; }[data-css=\"tve-u-18c2b62cd44\"] { font-size: 20px !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; }:not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-1948aa7ddab\"] { --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-1948aa7ddab\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-1948aa7ddab\"] 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-1948aa7ddab\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-1948aa7ddad\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-1948aa7ddae\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-1948aa7ddb0\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-1948aa7ddb1\"] { --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-1948aa7ddb2\"] { --tcb-text-highlight-color: rgb(30, 184, 76) !important; }[data-css=\"tve-u-1948aa7ddb3\"] { --tcb-text-highlight-color: transparent !important; }[data-css=\"tve-u-1948aa80e7a\"]::after { clear: both; }[data-css=\"tve-u-1948aa80e7b\"] { margin-top: 0px !important; }[data-css=\"tve-u-1948aa80e7c\"] img { opacity: 1; filter: grayscale(0%) blur(0px); }:not(#tve) [data-css=\"tve-u-1948aa80e7d\"]:hover .tcb-button-link { color: rgb(251, 6, 6) !important; }:not(#tve) [data-css=\"tve-u-1948aa80e7d\"] .tcb-button-link { color: rgb(1, 0, 0) !important; }[data-css=\"tve-u-1948aa80e7d\"] { display: block; max-width: 70%; width: 70%; float: right; z-index: 3; position: relative; margin-top: 0px !important; margin-right: 80px !important; margin-left: 0px !important; }[data-css=\"tve-u-1948aa80e7d\"] .tcb-button-link { border-bottom: 3px solid rgb(177, 170, 54); border-radius: 12px; overflow: hidden; background-image: none !important; background-color: rgb(246, 249, 19) !important; padding-left: 17px !important; padding-top: 12px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e7e\"] { color: rgb(4, 0, 0) !important; }:not(#tve) [data-css=\"tve-u-1948aa80e7f\"] { color: rgb(3, 0, 0) !important; }:not(#tve) [data-css=\"tve-u-1948aa80e80\"] { color: rgb(0, 0, 0) !important; }:not(#tve) [data-css=\"tve-u-1948aa80e81\"] { color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1948aa80e82\"] { color: rgb(8, 0, 0); font-size: 13px; width: 13px; height: 13px; }[data-css=\"tve-u-1948aa80e83\"] { color: rgb(8, 0, 0); font-size: 13px; width: 13px; height: 13px; }[data-css=\"tve-u-1948aa80e84\"] { color: rgb(8, 0, 0); font-size: 13px; width: 13px; height: 13px; }[data-css=\"tve-u-1948aa80e85\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1948aa80e85\"] { margin-left: -6px; min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-1948aa80e85\"] > .tcb-flex-col { padding-left: 6px; }[data-css=\"tve-u-1948aa80e86\"] { color: rgb(8, 0, 0); font-size: 13px; width: 13px; height: 13px; }[data-css=\"tve-u-1948aa80e87\"] { margin-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1948aa80e88\"] { max-width: 71.2%; }[data-css=\"tve-u-1948aa80e89\"] { max-width: 28.7982%; }[data-css=\"tve-u-1948aa80e8a\"] { padding-left: 4px !important; margin-top: 51px !important; }[data-css=\"tve-u-1948aa80e8b\"] { margin-top: 6px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e8c\"] { font-size: 25px !important; color: rgb(0, 23, 255) !important; }:not(#tve) [data-css=\"tve-u-1948aa80e8d\"] { color: rgb(255, 0, 0) !important; font-size: 28px !important; }[data-css=\"tve-u-1948aa80e8e\"] { box-shadow: rgba(0, 0, 0, 0.4) 4px 10px 14px 2px; --tve-border-width: 4px; --tve-border-radius: 60px; border-radius: 60px; overflow: hidden; background-image: linear-gradient(rgb(249, 245, 245), rgb(249, 245, 245)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: 4px dotted rgb(244, 15, 15) !important; --tve-applied-border: 4px dotted rgb(244, 15, 15) !important; }[data-css=\"tve-u-1948aa80e8f\"] { min-height: 220px; }[data-css=\"tve-u-1948aa80e7c\"] { float: none; width: 154px; padding-left: 3px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1948aa80e90\"] { max-width: 566px; float: none; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 20px !important; }[data-css=\"tve-u-1948aa80e91\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e93\"] > ul > li { margin-bottom: 1px !important; }[data-css=\"tve-u-1948aa80e93\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1948aa80e94\"] { color: rgb(8, 0, 0); font-size: 13px; width: 13px; height: 13px; }[data-css=\"tve-u-1948aa80e95\"] { color: rgb(8, 0, 0); font-size: 13px; width: 13px; height: 13px; }}@media (max-width: 1023px){:not(#tve) [data-css=\"tve-u-160d6620331\"] { font-size: 25px !important; }:not(#tve) [data-css=\"tve-u-16756c7727f\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-16756d81807\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-16758243b50\"] { font-size: 22px !important; }[data-css=\"tve-u-1948aa80e7d\"] { margin-left: 30px !important; margin-right: 54px !important; }[data-css=\"tve-u-1948aa80e7d\"] .tcb-button-link { padding-left: 17px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e93\"] p, :not(#tve) [data-css=\"tve-u-1948aa80e93\"] li, :not(#tve) [data-css=\"tve-u-1948aa80e93\"] blockquote, :not(#tve) [data-css=\"tve-u-1948aa80e93\"] address { font-size: 15px; }[data-css=\"tve-u-1948aa80e86\"] { font-size: 8px; width: 8px; height: 8px; }[data-css=\"tve-u-1948aa80e82\"] { font-size: 8px; width: 8px; height: 8px; }[data-css=\"tve-u-1948aa80e83\"] { font-size: 8px; width: 8px; height: 8px; }[data-css=\"tve-u-1948aa80e84\"] { font-size: 8px; width: 8px; height: 8px; }:not(#tve) [data-css=\"tve-u-1948aa80e8c\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e8d\"] { font-size: 25px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e96\"] { font-size: 15px !important; }[data-css=\"tve-u-1948aa80e94\"] { font-size: 8px; width: 8px; height: 8px; }[data-css=\"tve-u-1948aa80e95\"] { font-size: 8px; width: 8px; height: 8px; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-160d6620331\"] { font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-16756c7727f\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-16756d81807\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-16758243b50\"] { font-size: 20px !important; }[data-css=\"tve-u-18bca6d6f91\"] { margin-left: 90px !important; }[data-css=\"tve-u-18bca6d6f96\"] { margin-left: 128px !important; padding-left: 1px !important; margin-right: -51px !important; margin-top: -96px !important; }[data-css=\"tve-u-18bca6d6f97\"] { margin-left: -16px !important; padding-left: 0px !important; padding-right: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-18bca6d6f8f\"] { margin-left: 20px !important; }[data-css=\"tve-u-18bca6d6f8d\"] { margin-left: -35px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e8c\"] { font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-1948aa80e8d\"] { font-size: 23px !important; }[data-css=\"tve-u-1948aa80e7d\"] { display: block; max-width: 83%; width: 83%; margin-right: 22px !important; }[data-css=\"tve-u-1948aa80e7c\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -51px !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":[1],"tags":[292,14,17,15,16],"class_list":["post-815","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel-y-contabilidad","tag-excel-y-contabilidad","tag-sistema-de-facturacion","tag-sistema-de-gestion","tag-sistema-de-ventas","tag-sistemas-de-inventarios","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/815","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=815"}],"version-history":[{"count":0,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/815\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media\/39063"}],"wp:attachment":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media?parent=815"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/categories?post=815"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/tags?post=815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}