Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Sumar varios Textbox con formato de miles "### ### ###"

publicado

Hola solicito ayuda ******* por favor, tengo dos textbox a los cuales les di el siguiente formato:

Private Sub Textbox1_BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean)

TextBox1.Text = Format(TextBox1, "### ### ###")

End Sub

Private Sub Textbox2_BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean)

TextBox2.Text = Format(TextBox2, "### ### ###")

End Sub

cuando quiero sumarlos no sale, dice que no coinciden los tipos de datos en:

Label1.caption = cdbl(textbox1)+cdbl(textbox2)

Como lo puedo solucionar?

Featured Replies

publicado

Re: Sumar varios Textbox con formato de miles "### ### ###"

_

Label1.Caption = CDbl(Replace((TextBox1), " ", "")) + CDbl(Replace((TextBox2), " ", ""))

Recuerda subir el archivo la próxima vez.

_

  • 2 weeks later...

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.