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.

Modificar datos con formulario

publicado

hola a todos, buenas noches quisiera me pudieran orientar como hacer para modificar un formulario, veran tengo un formulario con el cual subo informacion a una hoja de excel, entonces quiero modificar ese formulario para que tambien pueda modificar los datos ya existente este es el codigo que utilizo para guardar y ordenar los datos. Espero me puedan orientar de antemano se los agradeceria.

saludos cordiales a todos

Option Compare Text

Private Sub CommandButton1_Click()

With Sheets("DATOS")

.Rows("10:10").Insert Shift:=xlDown

.Rows("10:10").Interior.Pattern = xlNone

.Range("A10").Value = TextBox1

.Range("B10").Value = TextBox2

.Range("C10").Value = TextBox9

.Range("D10").Value = TextBox4

.Range("E10").Value = TextBox5

.Range("F10").Value = TextBox6

.Range("G10").Value = TextBox7

.Range("H10").Value = TextBox8

.Range("I10").Value = TextBox3

.Range("J10").Value = TextBox10

End With

Range("A9:K9").Select
Selection.AutoFilter
Range("A9:K65000").Sort Key1:=Range("A9"), Order1:=xlAscending, Header:= _
xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Range("A9:K9").Select
Selection.AutoFilter
Range("A9").Select

End Sub[/CODE]

Featured Replies

No hay posts para mostrar

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.