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.

Ordenar y Eliminar Filas

publicado

Hola ,

Adjunto un archivo sencillo( el original tiene miles de lineas).

He buscado pero no entiendo algunas lineas de codigo , como para poder replicarlas en mi archivo.

Son dos cosas las que necesito realizar.

1)ordenar alfabeticamente los nombres de los equipos

2) eliminar las filas que dicen "NO" en la columna de visita

Desde ya muchas gracias por su ayuda!

 

Saludos

 

Codigo Torneo.xlsm

Featured Replies

publicado

Sin ver la solución del amigo Dr Hyde te dejo la mía:

Sub BorrarOrdenar()
   Application.ScreenUpdating = False
   With ActiveSheet
      .Columns("D").AutoFilter Field:=1, Criteria1:="NO"
      .Range("A2:E" & .Range("A" & Rows.Count).End(xlUp).Row) _
      .SpecialCells(xlCellTypeVisible).EntireRow.Delete
      .Columns("D").AutoFilter
      .UsedRange.Sort Key1:=.Columns("B"), Header:=xlGuess
   End With
End Sub

 

  • Silvia bloqueó este 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.