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.

Pasar datos de celda a textbox

publicado

hola, saludos a todos

solicito apoyo para pasar datos de celda C8 a un textbox3 y al borrar los datos de la celda c8 no se elimine la formula 

 

gracias

 

Libro1.xlsx

Featured Replies

publicado
  • Autor

gracias, pero ocupo que quede en userform y se abra al iniciar excel

 

publicado
Hace 3 horas, lito dijo:

ocupo que quede en userform y se abra al iniciar excel

 

Y en qué momento se menciona esto en tu consulta?

sube un ejemplo completo de lo que necesitas.

publicado
Private Sub TextBox1_Change()
ActiveSheet.Range("C6").Value = TextBox1.Text
TextBox3 = Range("C8").Text
End Sub

Private Sub TextBox2_Change()
ActiveSheet.Range("C7").Value = TextBox2.Text
TextBox3 = Range("C8").Text
End Sub

Private Sub CommandButton1_Click()
TextBox1 = Empty
TextBox2 = Empty
TextBox3 = Empty
TextBox1.SetFocus
End Sub

 

publicado
  • Autor

JSDJSD

muchas gracias mas que excelente :)

saludos

publicado
  • Autor

Antoni te agradezco muy buen aporte...

saludos

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.