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.

Ingreso de dato y visualizar datos de hoja2 en form de hoja1

publicado

Hola Equipo de "Ayuda Excel" Tengo un problema con el ingreso y visualizacion de datos,Quiero ingresar un dato y visualizar datos en celdas especificas de hoja2 desde un form en la hoja1; Gracias de Antemano.

celdas.rar

Featured Replies

publicado

perdon pero no se entiende bien tu archivo, haber si explicar mejor para poder ayudar

salu2

publicado

Prueba esto a ver si es lo que buscas:

Option Explicit

Private Sub CommandButton1_Click()

Sheets("Hoja2").Select

Range("I2").Select

ActiveCell = TextBox4.Text

End Sub

Private Sub UserForm_Initialize()

TextBox1 = Range("f6")

TextBox2 = Range("i7")

TextBox3 = Range("g11")

End Sub

publicado
  • Autor

Gracias por la idea, pero Mejor me Funciono este.

Option Explicit

Private Sub CommandButton1_Click()

Hoja2.Cells.Range("i" & 2) = TextBox4.Text

End Sub

Private Sub UserForm_Initialize()

TextBox1 = Hoja2.Cells.Range("f" & 6).Value

TextBox2 = Hoja2.Cells.Range("i" & 7).Value

TextBox3 = Hoja2.Cells.Range("g" & 11).Value

End Sub

Doy por solucionado el Tema

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.